Skip to content

Commit ceac20c

Browse files
committed
Release v2.1.1
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
1 parent e286ac2 commit ceac20c

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

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

99
## [Unreleased]
1010

11+
## [2.1.1] - 2025-09-08
12+
1113
### Fixed
1214

1315
- Fix various typos throughout the codebase (attachment, unknown).

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 = "Aug 15, 2025"
12-
VERSION = 2.1.0
11+
DATETIME = "Sep 8, 2025"
12+
VERSION = 2.1.1
1313
LDFLAGS = -ldflags "-X 'main.cliVersion=$(VERSION)'"
1414

1515
BIN = bin/privatebin

0 commit comments

Comments
 (0)