diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ed6d83..abb155c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Changes ======= +## v2.8.0 + +* Add time entries or notes from command line ([#11](https://github.com/synyx/buchungsstreber/issues/11)) +* Template handling for Buch format ([#48](https://github.com/synyx/buchungsstreber/issues/48)) +* Expand path configuration for Git generator +* Various housekeeping actions +* Introduce [Renovate](https://togithub.com/renovatebot/renovate) + ## v2.7.0 * Fix confusing internationalized confirmation of saving entries in german diff --git a/lib/buchungsstreber/version.rb b/lib/buchungsstreber/version.rb index 2f8abe5..1fbe3b1 100644 --- a/lib/buchungsstreber/version.rb +++ b/lib/buchungsstreber/version.rb @@ -1,3 +1,3 @@ module Buchungsstreber - VERSION = '2.7.0'.freeze + VERSION = '2.8.0'.freeze end