Skip to content

Commit 2bf7357

Browse files
committed
Prep for 2.1.0.
1 parent 1b21411 commit 2bf7357

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
9+
## [2.1.0]
910
### Added
1011
* [#186](https://github.com/jhedstrom/DrupalDriver/issues/168) Provide a method to directly authenticate on Drupal 8.
1112
### Changed
1213
* Remove testing on PHP 5.6, added testing on PHP 7.3 and 7.4.
14+
* [#214](https://github.com/jhedstrom/DrupalDriver/pull/214) Fix D8 deprectations.
15+
* [#224](https://github.com/jhedstrom/DrupalDriver/pull/224) Support Drupal 9.
16+
### Fixed
17+
* [#217](https://github.com/jhedstrom/DrupalDriver/pull/217) Fix fatal error in field handler.
18+
* [#219](https://github.com/jhedstrom/DrupalDriver/issues/219) Fix php notice in exception message.
1319
## [2.0.0] 2019-09-27
1420
## [2.0.0 rc1] 2019-07-25
1521
### Changed
@@ -92,7 +98,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9298
docblock for `CoreInterface::roleCreate`.
9399

94100

95-
[Unreleased]: https://github.com/jhedstrom/DrupalDriver/compare/v2.0.0...HEAD
101+
[Unreleased]: https://github.com/jhedstrom/DrupalDriver/compare/v2.1.0...HEAD
102+
[2.1.0]: https://github.com/jhedstrom/DrupalDriver/compare/v2.0.0...v2.1.0
96103
[2.0.0]: https://github.com/jhedstrom/DrupalDriver/compare/v2.0.0-rc1...v2.0.0
97104
[2.0.0 rc1]: https://github.com/jhedstrom/DrupalDriver/compare/v2.0.0-alpha6...v2.0.0-rc1
98105
[2.0.0 alpha6]: https://github.com/jhedstrom/DrupalDriver/compare/v2.0.0-alpha5...HEAD

0 commit comments

Comments
 (0)