Skip to content

Commit 6c5f0eb

Browse files
committed
Preparing for release, 0.2.0.
1 parent 14451f5 commit 6c5f0eb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 0.1.1 (Next)
1+
### 0.2.0 (February 23, 2016)
22

33
* [#6](https://github.com/ruby-grape/grape-swagger-rails/pull/6): Fix: support multiple predefined headers - [@Tyr0](https://github.com/tyr0).
44
* Upgraded swagger-ui to v2.1.1 - [@dblock](https://github.com/dblock).
@@ -8,7 +8,6 @@
88
* [#32](https://github.com/ruby-grape/grape-swagger-rails/pull/32): Fix Ruby 1.9.3 compatibility - [@suan](https://github.com/suan).
99
* [#39](https://github.com/ruby-grape/grape-swagger-rails/pull/39): Support CSS media queries - [@alexagranov](https://github.com/alexagranov).
1010
* [#42](https://github.com/ruby-grape/grape-swagger-rails/pull/42): Headers added on swaggerUi initialization (before swaggerUi.load() call) - [@sedx](https://github.com/sedx).
11-
* Your contribution here.
1211

1312
### 0.1.0 (February 5, 2015)
1413

lib/grape-swagger-rails/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module GrapeSwaggerRails
2-
VERSION = '0.1.1'
2+
VERSION = '0.2.0'
33
end

0 commit comments

Comments
 (0)