Skip to content

Commit 7bd7053

Browse files
committed
Bump to 0.0.18
1 parent 980f5db commit 7bd7053

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

doc/release_notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Release notes
22
=============
33

4+
### 0.0.18 (2016-08-31)
5+
* Recover from exception while inspecting error response ([#48](https://github.com/Apipie/apipie-bindings/issues/48))
6+
* Add yard docs for ApipieBindings::Resource class ([#47](https://github.com/Apipie/apipie-bindings/issues/47))
7+
* Restrict json to < 2.0.0 ([#46](https://github.com/Apipie/apipie-bindings/issues/46))
8+
* Support rest-client 2.0.0 ([#45](https://github.com/Apipie/apipie-bindings/issues/45))
9+
410
### 0.0.17 (2016-06-23)
511
* Restrict rest-client version to < 2.0.0 ([#42](https://github.com/Apipie/apipie-bindings/issues/42))
612
* Include request in response for rest-client < 1.8.0 ([#11147](http://projects.theforeman.org/issues/11147))

lib/apipie_bindings/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module ApipieBindings
22
def self.version
3-
@version ||= Gem::Version.new '0.0.17'
3+
@version ||= Gem::Version.new '0.0.18'
44
end
55
end

0 commit comments

Comments
 (0)