Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Oct 17, 2023
1 parent 4f1eb2b commit 1496f46
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
@@ -1,5 +1,10 @@
# Changelog

## v1.2.0 - 2023-10-17

- The `thoas:decode/2` function now accepts the `keys` option which can be one
of `reference`, `copy`, `to_existing_atom`, or `to_atom`.

## v1.1.1 - 2023-10-11

- Corrected an incorrect typespec.
Expand Down
2 changes: 1 addition & 1 deletion src/thoas.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, thoas,
[{description, "A blazing fast JSON parser and generator in pure Erlang."},
{vsn, "1.1.1"},
{vsn, "1.2.0"},
{registered, []},
{applications,
[kernel,
Expand Down

0 comments on commit 1496f46

Please sign in to comment.