Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumebriday committed Sep 24, 2019
1 parent 3360965 commit 4167aad
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v0.4.1 - 2019-09-24
### Changed
- Updating the Gemfile.lock
- Updating readme

## v0.4.0 - 2019-09-24
### Added
- Adding `Jsonapi::Include` module to handle dynamic includes like so: `/posts?include=comments,author`
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
jsonapi-scopes (0.4.0)
jsonapi-scopes (0.4.1)
rails

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/jsonapi/scopes/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Jsonapi
module Scopes
VERSION = '0.4.0'
VERSION = '0.4.1'
end
end

0 comments on commit 4167aad

Please sign in to comment.