Skip to content

Commit

Permalink
preps 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim committed Oct 8, 2018
1 parent 5d9cda7 commit a1f54ff
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.mdown
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# 1.2.0
* [FEATURE] strips mt940 header if configured ([#9](https://github.com/railslove/cmxl/issues/9))
```ruby
Cmxl.config[:strip_headers] = true
```

# 1.1.1
* [BUGFIX] prevents short bank references from swallowing supplementary details delimiter

# 1.1.0
* [FEATURE] adds support for supplementary details in transactions (Field 61, Subfield 9) (#18)
* [FEATURE] adds support for supplementary details in transactions (Field 61, Subfield 9) ([#18](https://github.com/railslove/cmxl/issues/18))

# 1.0.0
* [FEATURE] adds support for storno transactions (#14)
* [FEATURE] adds support for storno transactions ([#14](https://github.com/railslove/cmxl/issues/14))
* [NOTE] full backwards compatibility
* [NOTE] same as release 0.2.2, fixing versioning

Expand All @@ -16,8 +22,8 @@
* MT942 support for field 13

# 0.2.0
* added several balance related accessors (#7)
* configuration option for `statement separator` (#5)
* added several balance related accessors ([#7](https://github.com/railslove/cmxl/issues/7))
* configuration option for `statement separator` ([#5](https://github.com/railslove/cmxl/issues/5))
* improvement for general compatibility

# 0.1.3
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 = '1.1.1'
VERSION = '1.2.0'
end

0 comments on commit a1f54ff

Please sign in to comment.