We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2c2fb4 commit 7b7e8ecCopy full SHA for 7b7e8ec
3 files changed
.travis.yml
@@ -48,12 +48,6 @@ matrix:
48
gemfile: gemfiles/4.1.gemfile
49
- rvm: 2.6.0
50
gemfile: gemfiles/4.2.gemfile
51
- - rvm: ruby-head
52
- gemfile: gemfiles/4.0.gemfile
53
54
- gemfile: gemfiles/4.1.gemfile
55
56
- gemfile: gemfiles/4.2.gemfile
57
# We need to install latest version of bundler, because one in travis
58
# image is too old to recognize platform => :mri_22 in Gemfile.
59
before_install:
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## 1.16.0
6
+
7
- [#359](https://github.com/JsonApiClient/json_api_client/pull/359) - Support gzip content encoding
8
9
## 1.15.0
lib/json_api_client/version.rb
@@ -1,3 +1,3 @@
1
module JsonApiClient
- VERSION = "1.15.0"
+ VERSION = "1.16.0"
end
0 commit comments