We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1529a81 commit ec48670Copy full SHA for ec48670
2 files changed
CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [3.0.1] - 2026-03-20
9
+
10
+### Changed
11
12
+- Improve gem push workflow security and reliability.
13
14
## [3.0.0] - 2026-03-16
15
16
### Added
lib/http/form_data/version.rb
@@ -3,6 +3,6 @@
3
module HTTP
4
module FormData
# Gem version.
- VERSION = "3.0.0"
+ VERSION = "3.0.1"
end
0 commit comments