Skip to content

Commit

Permalink
Prepare for 1.0 (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
jherdman authored and doomspork committed Jan 31, 2019
1 parent d9ea73b commit 94a20cf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 1.0.0 (2019-01-27)

Hot on the heels of 0.9.0, 1.0.0 is here! Please remember to upgrade to 0.9.0
first. You'll find the upgrade path much easier.

- [Added](https://github.com/jeregrine/jsonapi/pull/170) run Dialyzer on CI
- [Fixed](https://github.com/jeregrine/jsonapi/issues/134) bad includes result in HTTP 500 response
- [Removed](https://github.com/jeregrine/jsonapi/pull/163) all deprecated code
- [Added](https://github.com/jeregrine/jsonapi/pull/158) `camelCase` field support for JSON:API v1.1
- [Added](https://github.com/jeregrine/jsonapi/pull/164) support for arbitrary links
- [Added](https://github.com/jeregrine/jsonapi/pull/161) Elixir 1.8 to the build matrix

## 0.9.0 (2019-01-18)

This is the last release before 1.0. As such this release will feature a number
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule JSONAPI.Mixfile do
def project do
[
app: :jsonapi,
version: "0.9.0",
version: "1.0.0",
package: package(),
compilers: compilers(Mix.env()),
description: description(),
Expand Down

0 comments on commit 94a20cf

Please sign in to comment.