Skip to content

Commit bb355c8

Browse files
authored
Prepare for next development cycle, 1.0.3 (#396)
## Summary - Bump version to 1.0.3 for the next development cycle. - Add placeholder sections to CHANGELOG for upcoming contributions.
1 parent dea7edf commit bb355c8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
### Next
22

3+
#### Features
4+
5+
* Your contribution here.
6+
7+
#### Fixes
8+
9+
* Your contribution here.
10+
311
### 1.0.2 (2026-04-13)
412

513
#### Fixes

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 = '1.0.2'
4+
VERSION = '1.0.3'
55
end

0 commit comments

Comments
 (0)