Skip to content

Commit

Permalink
Prepare for 1.1.0 (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
jherdman authored and doomspork committed Feb 25, 2019
1 parent de0d8af commit a1099c3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## 1.1.0 (2019-02-23)

### Added

- Various typespec changes
- The `:namespace` option is [globally configurable](https://github.com/jeregrine/jsonapi/pull/178)
- Fully support [sparse fieldsets](https://github.com/jeregrine/jsonapi/pull/171)

### Changed

- [Removed](https://github.com/jeregrine/jsonapi/pull/172) `Config.required_fields`
- Documentation improvements

### Fixes

- Credo is set to use [strict option](https://github.com/jeregrine/jsonapi/pull/177)
- `FormatRequired` Plug [accepts a legal RIO payload](https://github.com/jeregrine/jsonapi/pull/176)
- Report on [missing data type as such](https://github.com/jeregrine/jsonapi/pull/180)

### Contributors

Much love to @kbaird, and @zamith.

## 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
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: "1.0.0",
version: "1.1.0",
package: package(),
compilers: compilers(Mix.env()),
description: description(),
Expand Down

0 comments on commit a1099c3

Please sign in to comment.