Skip to content

Commit

Permalink
Prep for alpha 5.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhedstrom committed Sep 21, 2018
1 parent f8c1f88 commit 395de88
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [2.0.0 alpha5] 2018-09-21
### Fixed
* [#199](https://github.com/jhedstrom/DrupalDriver/pull/199): Fixes type
introduced in #198.
## [2.0.0 alpha4] 2018-09-21
### Added
* [#191](https://github.com/jhedstrom/DrupalDriver/pull/191): Adds field
Expand Down Expand Up @@ -74,7 +78,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
docblock for `CoreInterface::roleCreate`.


[Unreleased]: https://github.com/jhedstrom/DrupalDriver/compare/v2.0.0-alpha4...HEAD
[Unreleased]: https://github.com/jhedstrom/DrupalDriver/compare/v2.0.0-alpha5...HEAD
[2.0.0 alpha5]: https://github.com/jhedstrom/DrupalDriver/compare/v2.0.0-alpha4...v2.0.0-alpha5
[2.0.0 alpha4]: https://github.com/jhedstrom/DrupalDriver/compare/v2.0.0-alpha3...v2.0.0-alpha4
[2.0.0 alpha3]: https://github.com/jhedstrom/DrupalDriver/compare/v2.0.0-alpha2...v2.0.0-alpha3
[2.0.0 alpha2]: https://github.com/jhedstrom/DrupalDriver/compare/v2.0.0-alpha1...v2.0.0-alpha2
Expand Down

0 comments on commit 395de88

Please sign in to comment.