Skip to content

Commit

Permalink
v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mamantoha committed Sep 26, 2022
1 parent 3cc69d9 commit a06b4e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [...]

## [1.3.2][] (2022-09-26)

- Support encoding `JSON::Any` as hash values with `Crest::EnumeratedFlatParamsEncoder` by @cyangle in https://github.com/mamantoha/crest/pull/181
- back VCR by @mamantoha in https://github.com/mamantoha/crest/pull/180

Expand Down Expand Up @@ -360,7 +362,8 @@

- First release :tada:

[...]: https://github.com/mamantoha/crest/compare/v1.3.1...HEAD
[...]: https://github.com/mamantoha/crest/compare/v1.3.2...HEAD
[1.3.2]: https://github.com/mamantoha/crest/compare/v1.3.1...v1.3.2
[1.3.1]: https://github.com/mamantoha/crest/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/mamantoha/crest/compare/v1.2.1...v1.3.0
[1.2.1]: https://github.com/mamantoha/crest/compare/v1.2.0...v1.2.1
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: crest
version: 1.3.1
version: 1.3.2

authors:
- Anton Maminov <anton.maminov@gmail.com>
Expand Down

0 comments on commit a06b4e9

Please sign in to comment.