File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## v0.4.1 - 2019-09-24
8
+ ### Changed
9
+ - Updating the Gemfile.lock
10
+ - Updating readme
11
+
7
12
## v0.4.0 - 2019-09-24
8
13
### Added
9
14
- Adding ` Jsonapi::Include ` module to handle dynamic includes like so: ` /posts?include=comments,author `
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- jsonapi-scopes (0.4.0 )
4
+ jsonapi-scopes (0.4.1 )
5
5
rails
6
6
7
7
GEM
Original file line number Diff line number Diff line change 2
2
3
3
module Jsonapi
4
4
module Scopes
5
- VERSION = '0.4.0 '
5
+ VERSION = '0.4.1 '
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments