Skip to content

Commit

Permalink
release: v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMassimo committed Apr 2, 2023
1 parent 2719882 commit 101fb5b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Oj Serializers 2.0.2 (2023-04-02)

### Features ✨

- [Automatically remove `?` when using `transform_keys :camelize`](https://github.com/ElMassimo/oj_serializers/commit/79758a0)

### Fixes 🐞

- [Error when defining attributes with options](https://github.com/ElMassimo/oj_serializers/commit/680ab47)
Expand Down
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:
oj_serializers (2.0.1)
oj_serializers (2.0.2)
oj (>= 3.14.0)

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

module OjSerializers
VERSION = '2.0.1'
VERSION = '2.0.2'
end

0 comments on commit 101fb5b

Please sign in to comment.