Skip to content

Commit 061975f

Browse files
authored
Prepare release 0.10.0 (#356)
1 parent 2c37a87 commit 061975f

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,20 @@
44

55
* Your contribution here.
66

7+
#### Fixes
8+
9+
* Your contribution here.
10+
11+
12+
### 0.10.0 (2021-09-15)
13+
14+
#### Features
15+
716
* [#352](https://github.com/ruby-grape/grape-entity/pull/352): Add Default value option - [@ahmednaguib](https://github.com/ahmednaguib).
817

918
#### Fixes
1019

11-
* Your contribution here.
20+
* [#355](https://github.com/ruby-grape/grape-entity/pull/355): Fix infinite loop problem with the `NameErrors` in block exposures - [@meinac](https://github.com/meinac).
1221

1322

1423
### 0.9.0 (2021-03-20)

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.9.0'
4+
VERSION = '0.10.0'
55
end

0 commit comments

Comments
 (0)