Skip to content

Commit

Permalink
Add changelog and bump version in app.src
Browse files Browse the repository at this point in the history
  • Loading branch information
zmstone committed Jun 25, 2018
1 parent 7f50e58 commit 4148290
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@
- Allow `"null"` string as default value for 'null' type in union type record fields (contributer bka9)
* 2.6.2
- Support Erlang 21.0 stacktraces
* 2.6.3
- Upgrade jsone from 1.4.3 to 1.4.6 (for OTP-21)

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.6.2"},
{vsn, "2.6.3"},
{registered, []},
{applications, [
kernel,
Expand Down

0 comments on commit 4148290

Please sign in to comment.