From 0377eb13a81e6c8bfdca8738b161aec82524e9da Mon Sep 17 00:00:00 2001 From: James Herdman Date: Tue, 30 Apr 2019 15:58:41 -0400 Subject: [PATCH] Prepare for 1.2 (#201) * Update Changelog for 1.2 * Prepare for 1.2.0 --- CHANGELOG.md | 21 ++++++++++++++++++++- mix.exs | 2 +- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94f71644..acf5afe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,15 +4,34 @@ ### Added +### Changed + +### Contributors + +## 1.2.0 (2019-04-29) + +### Added + +- Pagination has had a massive overhaul. Docs have been updated. Please file issues + should you run into any problems. You may wish to review + [the pull request](https://github.com/jeregrine/jsonapi/pull/189) for more details. +- [More typespecs](https://github.com/jeregrine/jsonapi/pull/198) - `EnsureSpec` Plug now sets the JSON:API response content type [for you](https://github.com/jeregrine/jsonapi/pull/185). This means you need not manually include the `ResponseContentType` Plug in your pipeline should you already have `EnsureSpec` in play. Please see the documentation for `ResponseContentType` should you wish to override it for a specific end-point. +### Changed + +- Ex Doc was updated to leverage some of its fancy new features. +- `EnsureSpec` pipeline checks to ensure that + [a PATCH request has an ID](https://github.com/jeregrine/jsonapi/commit/86d98d9dc0ddd29143b9da1a6522acfbcb8bb904) +- Documentation improvements + ### Contributors -Much love to @0urobor0s +Much love to: @0urobor0s, @kbaird, @lucacorti, @strzibny ## 1.1.0 (2019-02-23) diff --git a/mix.exs b/mix.exs index 2ce2d4c5..f0ef8f5b 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule JSONAPI.Mixfile do def project do [ app: :jsonapi, - version: "1.1.0", + version: "1.2.0", package: package(), compilers: compilers(Mix.env()), description: description(),