Skip to content

Commit

Permalink
Prep 0.10.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
alanpeabody committed Jul 6, 2016
1 parent e72a9f5 commit 862c019
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v0.10.1
* Features
* Upgrade Scrivener for Ecto 2.0 & Scrivener support (@avitex)
* Bugfixes
* Fix ecto error serialization for both 2.0 and 1.0 support (@KronicDeth)
* Deprecations
* No longer supports Scrivener 1.x

## v0.10.0
* Features
* There is a full behaviour for serializing, including relationships, with a DSL on top.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule JaSerializer.Mixfile do

def project do
[app: :ja_serializer,
version: "0.10.0",
version: "0.10.1",
elixir: "~> 1.1",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit 862c019

Please sign in to comment.