Skip to content

Commit 9d5ea8a

Browse files
committed
Release v3.0.0
1 parent b337f55 commit 9d5ea8a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [3.0.0] - 2026-03-16
99

1010
### Added
1111

@@ -137,7 +137,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
137137

138138
- Initial release.
139139

140-
[Unreleased]: https://github.com/httprb/form_data/compare/v2.3.0...HEAD
140+
[3.0.0]: https://github.com/httprb/form_data/compare/v2.3.0...v3.0.0
141141
[2.3.0]: https://github.com/httprb/form_data/compare/v2.2.0...v2.3.0
142142
[2.2.0]: https://github.com/httprb/form_data/compare/v2.1.1...v2.2.0
143143
[2.1.1]: https://github.com/httprb/form_data/compare/v2.1.0...v2.1.1

lib/http/form_data/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
module HTTP
44
module FormData
55
# Gem version.
6-
VERSION = "2.3.0"
6+
VERSION = "3.0.0"
77
end
88
end

0 commit comments

Comments
 (0)