Skip to content

Commit 409b750

Browse files
committed
Prepare release 2.0.0
1 parent 3bf655b commit 409b750

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+3
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.0.0] - 2024-04-11
12+
1113
### Added
1214

1315
- Add `privatebin show` command.
@@ -17,6 +19,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1719

1820
- Minimal Golang version is now v1.22.
1921
- Minimal PrivateBin instance version is now 1.7.
22+
- Configuration use kebab-case instead of sake-case.
2023

2124
## [1.4.0] - 2023-01-08
2225

GNUmakefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ PANDOC = pandoc
88
INSTALL = install
99
RM = rm -f
1010

11-
DATETIME = "Jan 08, 2023"
12-
VERSION = 1.4.0
11+
DATETIME = "Apr 01, 2024"
12+
VERSION = 2.0.0
1313
LDFLAGS = -ldflags "-X 'main.cliVersion=$(VERSION)'"
1414

1515
BIN = bin/privatebin

0 commit comments

Comments
 (0)