Skip to content

Commit fc6d8c1

Browse files
committed
Update CHANGELOG and README for 3.3.1.
1 parent d978262 commit fc6d8c1

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,14 @@
88
#### Fixes
99

1010
* [#2767](https://github.com/ruby-grape/grape/pull/2767): Update rubocop to 1.88.0 and rubocop-rspec to 3.10.2 - [@ericproulx](https://github.com/ericproulx).
11+
* Your contribution here.
12+
13+
### 3.3.1 (2026-06-28)
14+
15+
#### Fixes
16+
1117
* [#2770](https://github.com/ruby-grape/grape/pull/2770): Avoid per-entry array allocation in `Request#build_headers` - [@ericproulx](https://github.com/ericproulx).
1218
* [#2771](https://github.com/ruby-grape/grape/pull/2771): Fix double wrap on json errors - [@MattHall](https://github.com/MattHall).
13-
* Your contribution here.
1419

1520
### 3.3.0 (2026-06-20)
1621

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Grape is a REST-like API framework for Ruby. It's designed to run on Rack or com
1111
## Stable Release
1212

1313
You're reading the documentation for the next release of Grape, which should be 4.0.0.
14-
The current stable release is [3.3.0](https://github.com/ruby-grape/grape/blob/v3.3.0/README.md).
14+
The current stable release is [3.3.1](https://github.com/ruby-grape/grape/blob/v3.3.1/README.md).
1515

1616
## Project Resources
1717

0 commit comments

Comments
 (0)