Skip to content

Commit

Permalink
Bump to version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fsanggang committed Mar 12, 2024
1 parent 5f1e525 commit 4a131b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# CHANGELOG

## 1.7.0 (`13/03/2024`)
* Add support for Ruby 3.3 [#26](https://github.com/sharesight/jemquarie/pull/26)

## 1.6.1 (`22/08/2023`)
* Fix double negative for cash transaction amounts [#24](https://github.com/sharesight/jemquarie/pull/24)

## 1.6.0 (`01/05/2023`)
* Add support for Ruby 3.1 [#22](https://github.com/sharesight/jemquarie/pull/22)

Expand Down
2 changes: 1 addition & 1 deletion lib/jemquarie/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Jemquarie
VERSION = "1.6.1"
VERSION = "1.7.0"
end

0 comments on commit 4a131b2

Please sign in to comment.