Skip to content

Commit f789a21

Browse files
committed
Preparing for release, 0.3.1
1 parent a764d6d commit f789a21

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
### Next Release
22

33
* Your contribution here.
4+
5+
### 0.3.1 (February 16, 2019)
6+
47
* [#82](https://github.com/ruby-grape/grape-swagger-rails/pull/82): Fixed api_key_default_value - [@konto-andrzeja](https://github.com/konto-andrzeja).
58
* [#84](https://github.com/ruby-grape/grape-swagger-rails/pull/84): Added the token api_auth type - [@Jack12816](https://github.com/Jack12816).
69

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Next Release
5656
* Your contribution here.
5757
```
5858

59-
Comit your changes.
59+
Commit your changes.
6060

6161
```
6262
git add CHANGELOG.md

lib/grape-swagger-rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module GrapeSwaggerRails
2-
VERSION = '0.3.0'.freeze
2+
VERSION = '0.3.1'.freeze
33
end

0 commit comments

Comments
 (0)