Skip to content

Commit 07f0ce7

Browse files
committed
docs: stamp v2.0.0 and v1.5.0 release dates in CHANGELOG
The CHANGELOG was left with [Unreleased] and [2.0.0] - TBD because the version numbers and dates were maintainer decisions. This commit stamps them: * v1.5.0 covers PR #40 (P0 quality fixes) and PR #42 (security hardening), both backward-compatible. * v2.0.0 covers PR #44 (invert ssl_verify_certificate default), the only breaking change in the v1.x→v2.0.0 line. * The version comparator links are updated so the [Unreleased] link now points at the next v2.0.1+ line.
1 parent 33eb2a4 commit 07f0ce7

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 4 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-
## [2.0.0] - TBD
8+
## [2.0.0] - 2026-07-05
99

1010
### Breaking
1111

@@ -30,7 +30,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3030
known-insecure default but about the rare case of a user
3131
explicitly opting back into the v1.x lax behaviour.
3232

33-
## [Unreleased]
33+
## [1.5.0] - 2026-07-05
34+
35+
Bundles two PRs on top of v1.3.3 with no behaviour change for the
36+
happy path (all changes are either bug fixes, new optional
37+
inputs, or hardening that is observable only via exit code 2 on
38+
malformed input).
3439

3540
### Added
3641
- `mirror_verbose` input (was documented in the README but never declared in
@@ -106,6 +111,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
106111

107112
Historical. See git history for changes prior to `CHANGELOG.md` adoption.
108113

109-
[Unreleased]: https://github.com/airvzxf/ftp-deployment-action/compare/v2.0.0...HEAD
110-
[2.0.0]: https://github.com/airvzxf/ftp-deployment-action/compare/v1.3.3...v2.0.0
114+
[Unreleased]: https://github.com/airvzxf/ftp-deployment-action/compare/v2.0.1...HEAD
115+
[2.0.0]: https://github.com/airvzxf/ftp-deployment-action/compare/v1.5.0...v2.0.0
116+
[1.5.0]: https://github.com/airvzxf/ftp-deployment-action/releases/tag/v1.5.0
111117
[1.3.3]: https://github.com/airvzxf/ftp-deployment-action/releases/tag/v1.3.3

0 commit comments

Comments
 (0)