Skip to content

Commit

Permalink
Bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason S committed Jun 22, 2015
1 parent 517915f commit 7d7c3e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## v0.0.2 (2015-06-22)

* Made paging optional

## v0.0.1 (2015-06-21)

* Support for basic JSONAPI Docs. Links support still missing
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 JSONAPI.Mixfile do

def project do
[app: :jsonapi,
version: "0.0.1",
version: "0.0.2",
package: package(),
elixir: "~> 1.0",
build_embedded: Mix.env == :prod,
Expand Down

0 comments on commit 7d7c3e4

Please sign in to comment.