Skip to content

Commit ba98af7

Browse files
kakraGemini CLI
andcommitted
chore: bump version to v1.0.1
This patch release fixes security vulnerabilities and documentation deployment issues. - Fixed Open Redirect vulnerabilities in login handler. - Fixed documentation asset paths and deployment trigger. Co-authored-by: Gemini CLI <noreply@google.com>
1 parent aca0d8f commit ba98af7

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to ferry will be documented in this file starting with the f
44

55
The format follows the spirit of [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and ferry follows semantic versioning after `v1.0.0`.
66

7+
## [1.0.1] - 2026-05-02
8+
9+
### Fixed
10+
- Fixed several Open Redirect vulnerabilities in the login handler (CVE-style security fixes).
11+
- Fixed image path issues in the documentation deployment for GitHub Pages.
12+
- Updated documentation deployment trigger to correctly target the `main` branch.
13+
714
## [1.0.0] - 2026-05-02
815

916
### Added

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package version
22

3-
const Version = "v1.0.0"
3+
const Version = "v1.0.1"

0 commit comments

Comments
 (0)