Skip to content

Commit

Permalink
Release v2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrammlich committed Jun 16, 2023
1 parent d5f793a commit 3778e53
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changes
=======

## v2.10.0

* Add dockerfile for containerized buchungsstreber
* Introduce DailyDoings ([#107](https://github.com/synyx/buchungsstreber/issues/107))
* Add creation time to `add` command ([#115](https://github.com/synyx/buchungsstreber/issues/115))
* Fix handling of empty YAML buchungen file
* Fix search path for config file

## v2.9.1

* Add Redmine Time Entry generator ([#101](https://github.com/synyx/buchungsstreber/issues/101))
Expand Down
2 changes: 1 addition & 1 deletion lib/buchungsstreber/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Buchungsstreber
VERSION = '2.9.1'.freeze
VERSION = '2.10.0'.freeze
end

0 comments on commit 3778e53

Please sign in to comment.