Skip to content

Commit

Permalink
Bump version to prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidstosik committed Aug 25, 2024
1 parent 898188e commit 3c380e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

## (unreleased)

## 0.1.4 (2024-08-25)

- Fix `months_to_sync` configuration key not being unsed
([889d241](889d241ce5a56672e2fd9dac639fc29b78aea168))
- Log how many transactions were actually imported vs duplicates
([a7d21de](a7d21de7b26319c362d3dda0119de3167042cc9b))

2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
mfynab (0.1.3)
mfynab (0.1.4)
csv
ferrum (~> 0.15)
psych
Expand Down
2 changes: 1 addition & 1 deletion lib/mfynab/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module MFYNAB
VERSION = "0.1.3"
VERSION = "0.1.4"
end

0 comments on commit 3c380e9

Please sign in to comment.