Skip to content

Commit

Permalink
Bump version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeSouthan committed Mar 11, 2021
1 parent 9df44df commit b093781
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
## 1.5.0 - March 11, 2021

- Fix issue with padding on Canadian and USA pseudo IBANs #198

## 1.4.1 - March 3, 2021

- Update BLZ data - BLZVZ FTSEX MD 652


## 1.4.0 - February 22, 2021

- [Breaking] Correct `swift_national_id` for Canadian Psudo Ibans. Before `swift_national_id`
Expand Down
2 changes: 1 addition & 1 deletion lib/ibandit/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Ibandit
VERSION = "1.4.1"
VERSION = "1.5.0"
end

0 comments on commit b093781

Please sign in to comment.