Skip to content

Commit

Permalink
prepare 0.7.1 release (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeFnord authored Jan 30, 2018
1 parent 391bff6 commit 1bfa7f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@

#### Features

* [#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).
* Your contribution here.

#### Fixes

* Your contribution here.

### 0.7.1 (2018-01-30)

#### Features

* [#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).

### 0.7.0 (2018-01-25)

#### Features
Expand Down
2 changes: 1 addition & 1 deletion lib/grape_entity/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module GrapeEntity
VERSION = '0.7.0'
VERSION = '0.7.1'
end

0 comments on commit 1bfa7f3

Please sign in to comment.