Skip to content

Commit 9de8e32

Browse files
committed
Version 2.0.0
1 parent 374d78f commit 9de8e32

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.0.0] - 2026-01-28
11+
12+
### Changed
13+
14+
- **BREAKING**: Upgrade Rails to 7.1
15+
16+
### Removed
17+
18+
- Remove Tokite::ApplicationMailer and layouts
19+
1020
## [1.0.0] - 2026-01-28
1121

1222
This is the first major release version. There are no breaking changes between v0.9.0 and v1.0.0.

lib/tokite/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Tokite
2-
VERSION = '1.0.0'
2+
VERSION = '2.0.0'
33
end

0 commit comments

Comments
 (0)