Skip to content

Commit

Permalink
0.2.2 release changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim committed Mar 29, 2018
1 parent 1bf4e3e commit ebf0458
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.mdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.2.2
* [FEATURE] adds support for storno transactions (#14)

# 0.2.1
* addressing an bug that occoured for transactions submitted end of
but were fetched in the new year -> those ended up with the wrong year
Expand Down
2 changes: 1 addition & 1 deletion lib/cmxl/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Cmxl
VERSION = "0.2.1"
VERSION = '0.2.2'
end

4 comments on commit ebf0458

@bumi
Copy link
Contributor

@bumi bumi commented on ebf0458 Apr 3, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be a minor release?
as it adds a feature and is not a patch?

@Uepsilon
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure, sounds solid

@Uepsilon
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we could also argue that this gem is somehow functional and stable as it is and create a 1.0

@bumi
Copy link
Contributor

@bumi bumi commented on ebf0458 Apr 3, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, guess so. 1.0 sounds good and then follow semver.

Please sign in to comment.