Skip to content

Commit aea7784

Browse files
committed
Release 3.3.0
1 parent c7ae5ea commit aea7784

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,20 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch
99

1010
### New
1111

12-
- Support Rails 8.0 by @jgraichen
13-
1412
### Changes
1513

1614
### Fixes
1715

1816
### Breaks
1917

18+
## 3.3.0 - (2024-11-25)
19+
20+
---
21+
22+
### New
23+
24+
- Support Rails 8.0 by @jgraichen
25+
2026
## 3.2.0 - (2024-08-24)
2127

2228
---

lib/rails/rfc6570/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module Rails
44
module RFC6570
55
module VERSION
66
MAJOR = 3
7-
MINOR = 2
7+
MINOR = 3
88
PATCH = 0
99
STAGE = nil
1010

0 commit comments

Comments
 (0)