Skip to content

Commit 4167aad

Browse files
0.4.1
1 parent 3360965 commit 4167aad

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## v0.4.1 - 2019-09-24
8+
### Changed
9+
- Updating the Gemfile.lock
10+
- Updating readme
11+
712
## v0.4.0 - 2019-09-24
813
### Added
914
- Adding `Jsonapi::Include` module to handle dynamic includes like so: `/posts?include=comments,author`

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
jsonapi-scopes (0.4.0)
4+
jsonapi-scopes (0.4.1)
55
rails
66

77
GEM

lib/jsonapi/scopes/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Jsonapi
44
module Scopes
5-
VERSION = '0.4.0'
5+
VERSION = '0.4.1'
66
end
77
end

0 commit comments

Comments
 (0)