diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c958a1..001cd34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# [1.2.0](https://github.com/scheleaap/rfid-jukebox/compare/v1.1.7...v1.2.0) (2020-12-17) + + +### Features + +* Add event hooks ([#1](https://github.com/scheleaap/rfid-jukebox/issues/1)) ([d3a970d](https://github.com/scheleaap/rfid-jukebox/commit/d3a970de55bd5d2bc5b65fa744fae432b973355d)) + ## [1.1.7](https://github.com/scheleaap/rfid-jukebox/compare/v1.1.6...v1.1.7) (2020-11-18) diff --git a/version.sbt b/version.sbt index 294837e..0861190 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version := "1.1.7" +version := "1.2.0"