diff --git a/CHANGES.md b/CHANGES.md index 94e78dcf..c6b6a059 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +v2.7.0 + +* `return_tail` option +* fixes for edoc generation + v2.6.2 * ensure maps are always enabled when compiling via mix diff --git a/README.md b/README.md index 1cb36ed9..3e4abe8a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# jsx (v2.6.2) # +# jsx (v2.7.0) # an erlang application for consuming, producing and manipulating [json][json]. diff --git a/mix.exs b/mix.exs index ee41a639..3c0e8001 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ use Mix.Project def project do [ app: :jsx, - version: "2.6.2", + version: "2.7.0", description: "an erlang application for consuming, producing and manipulating json. inspired by yajl", deps: deps(Mix.env), package: package, diff --git a/src/jsx.app.src b/src/jsx.app.src index 0ab7f32c..553a3d1f 100644 --- a/src/jsx.app.src +++ b/src/jsx.app.src @@ -1,7 +1,7 @@ {application, jsx, [ {description, "a streaming, evented json parsing toolkit"}, - {vsn, "2.6.2"}, + {vsn, "2.7.0"}, {modules, [ jsx, jsx_encoder,