Skip to content

Commit 1bfa7f3

Browse files
authored
prepare 0.7.1 release (#298)
1 parent 391bff6 commit 1bfa7f3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,18 @@
22

33
#### Features
44

5-
* [#292](https://github.com/ruby-grape/grape-entity/pull/297): Introduce `override` option for expose (fixes [#286](https://github.com/ruby-grape/grape-entity/issues/296)) - [@DmitryTsepelev](https://github.com/DmitryTsepelev).
65
* Your contribution here.
76

87
#### Fixes
98

109
* Your contribution here.
1110

11+
### 0.7.1 (2018-01-30)
12+
13+
#### Features
14+
15+
* [#292](https://github.com/ruby-grape/grape-entity/pull/297): Introduce `override` option for expose (fixes [#286](https://github.com/ruby-grape/grape-entity/issues/296)) - [@DmitryTsepelev](https://github.com/DmitryTsepelev).
16+
1217
### 0.7.0 (2018-01-25)
1318

1419
#### Features

lib/grape_entity/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module GrapeEntity
4-
VERSION = '0.7.0'
4+
VERSION = '0.7.1'
55
end

0 commit comments

Comments
 (0)