Skip to content

Commit 12385ba

Browse files
committed
Bump to 0.2.1
1 parent ae3793a commit 12385ba

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

doc/release_notes.md

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

4+
### 0.2.1 (2018-01-06)
5+
* Do not allow NIL as a route parameter ([PR #70](https://github.com/Apipie/apipie-bindings/pull/70)) ([#22009](http://projects.theforeman.org/issues/22009))
6+
* update cache on error responses ([PR #67](https://github.com/Apipie/apipie-bindings/pull/67))
7+
* pin oauth to support ruby < 2.0.0 ([PR #69](https://github.com/Apipie/apipie-bindings/pull/69))
8+
49
### 0.2.0 (2017-04-24)
510
* Support for overriding exceptions from authorizers ([PR #64](https://github.com/Apipie/apipie-bindings/pull/64))
611
* Use ssl_ca_file with ssl_ca_path (rest-client < 1.7.0) ([PR #63](https://github.com/Apipie/apipie-bindings/pull/63)) ([#62](https://github.com/Apipie/apipie-bindings/issues/62))

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.2.0'
3+
@version ||= Gem::Version.new '0.2.1'
44
end
55
end

0 commit comments

Comments
 (0)