Skip to content

Commit

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

## [Unreleased]

## [2.0.1] - 2024-04-15

### Fixed

- Top level flags are not handled.

## [2.0.0] - 2024-04-11

### Added
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 = "Apr 01, 2024"
VERSION = 2.0.0
DATETIME = "Apr 15, 2024"
VERSION = 2.0.1
LDFLAGS = -ldflags "-X 'main.cliVersion=$(VERSION)'"

BIN = bin/privatebin
Expand Down

0 comments on commit dad7e15

Please sign in to comment.