Skip to content

Commit

Permalink
Prepare release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gearnode committed Apr 11, 2024
1 parent 3bf655b commit 409b750
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.0.0] - 2024-04-11

### Added

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

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

## [1.4.0] - 2023-01-08

Expand Down
4 changes: 2 additions & 2 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ PANDOC = pandoc
INSTALL = install
RM = rm -f

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

BIN = bin/privatebin
Expand Down

0 comments on commit 409b750

Please sign in to comment.