Skip to content

Commit cf79c43

Browse files
committed
Version bump
1 parent 46253eb commit cf79c43

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,23 @@
22

33
#### Features
44

5+
* Your contribution here.
6+
7+
#### Fixes
8+
9+
* Your contribution here.
10+
11+
### 0.1.5 (November 21, 2016)
12+
13+
#### Features
14+
515
* [#11](https://github.com/ruby-grape/grape-swagger-entity/pull/11): Use an automated PR linter, [danger.systems](http://danger.systems) - [@Bugagazavr](https://github.com/Bugagazavr).
616
* [#12](https://github.com/ruby-grape/grape-swagger-entity/pull/12): Allow parsing Entity with no endpoint - [@lordnibbler](https://github.com/lordnibbler).
7-
* Your contribution here.
817

918
#### Fixes
1019

1120
* [#8](https://github.com/ruby-grape/grape-swagger-entity/pull/8): Generate enum property if values key is passed in documentation - [@lordnibbler](https://github.com/lordnibbler).
1221
* [#15](https://github.com/ruby-grape/grape-swagger-entity/pull/15): Support grape entity 0.6.x and later - [@Bugagazavr](https://github.com/Bugagazavr).
13-
* Your contribution here.
1422

1523
### 0.1.4 (June 7, 2016)
1624

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module GrapeSwagger
22
module Entity
3-
VERSION = '0.1.4'.freeze
3+
VERSION = '0.1.5'.freeze
44
end
55
end

0 commit comments

Comments
 (0)