Skip to content

Commit

Permalink
Bump the patch version, add to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
davydog187 committed Jan 31, 2020
1 parent 14b6d18 commit 2ddbac3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@
based on `record_type` and `map_type` options.
* 2.8.1
- Support 'object' as custom type properties
* 2.8.2
- Encode atom `nil` as "null" for Elixir consumers
2 changes: 1 addition & 1 deletion src/erlavro.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{application, erlavro,
[
{description, "Apache Avro support for Erlang/Elixir"},
{vsn, "2.8.1"},
{vsn, "2.8.2"},
{registered, []},
{applications, [
kernel,
Expand Down

0 comments on commit 2ddbac3

Please sign in to comment.