Skip to content

Commit 7f3497e

Browse files
author
peter scholz
authored
version bump v0.25.3 (#556)
1 parent 7e8f169 commit 7f3497e

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,25 @@
22

33
#### Features
44

5-
* [#554](https://github.com/ruby-grape/grape-swagger/pull/554): Updates travis.yml to align with grape - [@LeFnord](https://github.com/LeFnord).
5+
* Your contribution here.
6+
7+
#### Fixes
68

79
* Your contribution here.
810

11+
### 0.25.3 (December 18, 2016)
12+
13+
#### Features
14+
15+
* [#554](https://github.com/ruby-grape/grape-swagger/pull/554): Updates travis.yml to align with grape - [@LeFnord](https://github.com/LeFnord).
16+
917
#### Fixes
1018

1119
* [#546](https://github.com/ruby-grape/grape-swagger/pull/546): Move development dependencies to Gemfile - [@olleolleolle](https://github.com/olleolleolle).
1220
* [#547](https://github.com/ruby-grape/grape-swagger/pull/547): Use entity_name event if type come from a string - [@frodrigo](https://github.com/frodrigo).
1321
* [#548](https://github.com/ruby-grape/grape-swagger/pull/548): Remove dots from operation id - [@frodrigo](https://github.com/frodrigo).
1422
* [#553](https://github.com/ruby-grape/grape-swagger/pull/553): Align array params for post, put request - addition to [#540](https://github.com/ruby-grape/grape-swagger/pull/540) - [@LeFnord](https://github.com/LeFnord).
1523

16-
* Your contribution here.
17-
1824
### 0.25.2 (November 30, 2016)
1925

2026
#### Fixes

lib/grape-swagger/version.rb

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

0 commit comments

Comments
 (0)