Skip to content

Commit e9f5b53

Browse files
committed
Release v2.2.1
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
1 parent 5249e74 commit e9f5b53

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

99
## [Unreleased]
1010

11+
## [2.2.1] - 2026-02-15
12+
13+
### Fixed
14+
15+
- Fix bad release version
16+
- Fix bad doc date
17+
1118
## [2.2.0] - 2026-02-14
1219

1320
### Added

GNUmakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ PANDOC = pandoc
88
INSTALL = install
99
RM = rm -f
1010

11-
DATETIME = "Sep 8, 2025"
12-
VERSION = 2.1.1
11+
DATETIME = "Feb 15, 2026"
12+
VERSION = 2.2.1
1313
LDFLAGS = -ldflags "-X 'main.version=$(VERSION)'"
1414

1515
BIN = bin/privatebin

0 commit comments

Comments
 (0)