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 ebf0458 commit bad2a01Copy full SHA for bad2a01
CHANGELOG.mdown
@@ -1,5 +1,7 @@
1
-# 0.2.2
+# 1.0.0
2
* [FEATURE] adds support for storno transactions (#14)
3
+ * [NOTE] full backwards compatibility
4
+ * [NOTE] same as release 0.2.2, fixing versioning
5
6
# 0.2.1
7
* addressing an bug that occoured for transactions submitted end of
lib/cmxl/version.rb
@@ -1,3 +1,3 @@
module Cmxl
- VERSION = '0.2.2'
+ VERSION = '1.0.0'
end
0 commit comments