We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8694f commit f899010Copy full SHA for f899010
CHANGELOG.mdown
@@ -1,3 +1,8 @@
1
+# 1.4.1
2
+
3
+- [BUGFIX] changes entry date calculation for transaction
4
+ Thanks to [@grncdr](https://github.com/grncdr)
5
6
# 1.4.0
7
8
- [FEATURE] adds ability to parse non-numerical tags ([#23](https://github.com/railslove/cmxl/issues/23)) \
lib/cmxl/version.rb
@@ -1,3 +1,3 @@
module Cmxl
- VERSION = '1.4.0'.freeze
+ VERSION = '1.4.1'.freeze
end
0 commit comments