Skip to content

Commit

Permalink
bump patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Jan 1, 2024
1 parent 905a40d commit 9b8c20d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.1.1

- Fix compatibility with Ruby 3.3.0 due to [#20091](https://bugs.ruby-lang.org/issues/20091).

## 1.1.0

- Add memoization to `#typed_params` and `#typed_query` methods.
Expand Down
2 changes: 1 addition & 1 deletion lib/typed_params/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module TypedParams
VERSION = '1.1.0'
VERSION = '1.1.1'
end

0 comments on commit 9b8c20d

Please sign in to comment.