File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
#### Features
4
4
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 ) .
6
5
* Your contribution here.
7
6
8
7
#### Fixes
9
8
10
9
* Your contribution here.
11
10
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
+
12
17
### 0.7.0 (2018-01-25)
13
18
14
19
#### Features
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module GrapeEntity
4
- VERSION = '0.7.0 '
4
+ VERSION = '0.7.1 '
5
5
end
You can’t perform that action at this time.
0 commit comments