Skip to content

Commit

Permalink
release: v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMassimo committed Apr 19, 2023
1 parent 5050710 commit b327a62
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## Oj Serializers 2.0.3 (2023-04-19)

### Features ✨

- [Allow `key` and `unless` in AMS-compat mode](https://github.com/ElMassimo/oj_serializers/commit/5050710e199651cc2c0e9d9d6395f2c2ac9b1875)

### Fixes 🐞

- [Allow using `active_model_serializers` in associations](https://github.com/ElMassimo/oj_serializers/commit/501ed4014b564e6f103d2f52d15832fe6706d6a8)

## Oj Serializers 2.0.2 (2023-04-02)

### Features ✨
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.2)
oj_serializers (2.0.3)
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.2'
VERSION = '2.0.3'
end

0 comments on commit b327a62

Please sign in to comment.