We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5249e74 commit e9f5b53Copy full SHA for e9f5b53
2 files changed
CHANGELOG.md
@@ -8,6 +8,13 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
9
## [Unreleased]
10
11
+## [2.2.1] - 2026-02-15
12
+
13
+### Fixed
14
15
+- Fix bad release version
16
+- Fix bad doc date
17
18
## [2.2.0] - 2026-02-14
19
20
### Added
GNUmakefile
@@ -8,8 +8,8 @@ PANDOC = pandoc
INSTALL = install
RM = rm -f
-DATETIME = "Sep 8, 2025"
-VERSION = 2.1.1
+DATETIME = "Feb 15, 2026"
+VERSION = 2.2.1
LDFLAGS = -ldflags "-X 'main.version=$(VERSION)'"
BIN = bin/privatebin
0 commit comments