Skip to content

Commit

Permalink
Update version and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
amckinnell committed Oct 26, 2024
1 parent 84619d3 commit 3f91f25
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
Expand Up @@ -4,6 +4,11 @@

_none_

## 4.2.0 (2024-10-28)

* Drop support for Rails 6.1
* Revert change to `have_graphql_data` RSpec matcher

## 4.1.0 (2024-10-25)

* Add support for Rails 7.1
Expand Down
2 changes: 1 addition & 1 deletion lib/nulogy_graphql_api/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module NulogyGraphqlApi
VERSION = "4.1.0"
VERSION = "4.2.0"
end

0 comments on commit 3f91f25

Please sign in to comment.