File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
### Next Release
2
2
3
3
* Your contribution here.
4
+
5
+ ### 0.3.1 (February 16, 2019)
6
+
4
7
* [ #82 ] ( https://github.com/ruby-grape/grape-swagger-rails/pull/82 ) : Fixed api_key_default_value - [ @konto-andrzeja ] ( https://github.com/konto-andrzeja ) .
5
8
* [ #84 ] ( https://github.com/ruby-grape/grape-swagger-rails/pull/84 ) : Added the token api_auth type - [ @Jack12816 ] ( https://github.com/Jack12816 ) .
6
9
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Next Release
56
56
* Your contribution here.
57
57
```
58
58
59
- Comit your changes.
59
+ Commit your changes.
60
60
61
61
```
62
62
git add CHANGELOG.md
Original file line number Diff line number Diff line change 1
1
module GrapeSwaggerRails
2
- VERSION = '0.3.0 ' . freeze
2
+ VERSION = '0.3.1 ' . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments