Skip to content

Commit a1f54ff

Browse files
author
Maxim
committed
preps 1.2.0
1 parent 5d9cda7 commit a1f54ff

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.mdown

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
1+
# 1.2.0
2+
* [FEATURE] strips mt940 header if configured ([#9](https://github.com/railslove/cmxl/issues/9))
3+
```ruby
4+
Cmxl.config[:strip_headers] = true
5+
```
6+
17
# 1.1.1
28
* [BUGFIX] prevents short bank references from swallowing supplementary details delimiter
39

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

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

@@ -16,8 +22,8 @@
1622
* MT942 support for field 13
1723

1824
# 0.2.0
19-
* added several balance related accessors (#7)
20-
* configuration option for `statement separator` (#5)
25+
* added several balance related accessors ([#7](https://github.com/railslove/cmxl/issues/7))
26+
* configuration option for `statement separator` ([#5](https://github.com/railslove/cmxl/issues/5))
2127
* improvement for general compatibility
2228

2329
# 0.1.3

lib/cmxl/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Cmxl
2-
VERSION = '1.1.1'
2+
VERSION = '1.2.0'
33
end

0 commit comments

Comments
 (0)