diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fd2b2a..5144fc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,15 +6,24 @@ All notable changes to this project will be documented in this file. This change #### Adds * Your contribution here. -* [#13](https://github.com/dcsg/eventception/pull/13): Add an Immutable Dispatcher - [@dcsg](https://github.com/dcsg). #### Changes * Your contribution here. + +## v0.1.0 - 2017-07-14 + +#### Adds + +* [#13](https://github.com/dcsg/eventception/pull/13): Add an Immutable Dispatcher - [@dcsg](https://github.com/dcsg). + +#### Changes + * [#11](https://github.com/dcsg/eventception/pull/11): Change the license from MIT to GNU LGPLv3 - [@dcsg](https://github.com/dcsg). ## v0.0.1 - 2017-07-13 First release -[Unreleased]: https://github.com/dcsg/eventception/compare/v0.0.1...HEAD +[Unreleased]: https://github.com/dcsg/eventception/compare/v0.1.0...HEAD +[v0.1.0]: https://github.com/dcsg/eventception/compare/v0.0.1...v0.1.0 diff --git a/lib/eventception/version.rb b/lib/eventception/version.rb index b4b5621..1b57f8a 100644 --- a/lib/eventception/version.rb +++ b/lib/eventception/version.rb @@ -1,3 +1,3 @@ module Eventception - VERSION = '0.0.1'.freeze + VERSION = '0.1.0'.freeze end