Skip to content

Commit ec48670

Browse files
committed
Release v3.0.1
1 parent 1529a81 commit ec48670

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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+
## [3.0.1] - 2026-03-20
9+
10+
### Changed
11+
12+
- Improve gem push workflow security and reliability.
13+
814
## [3.0.0] - 2026-03-16
915

1016
### Added

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 = "3.0.0"
6+
VERSION = "3.0.1"
77
end
88
end

0 commit comments

Comments
 (0)