Skip to content

Commit

Permalink
Release 2.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
yawn committed Oct 15, 2019
1 parent 7bc93f4 commit 6ad23c1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@

All notable [changes](http://keepachangelog.com/en/1.0.0/) to this project will be documented in this file.

## [2.3.1] (unreleased)
## [2.3.2]

### Added

- Add small documentation regarding the usage of the magic account ID (#35)

### Changed

- Updated dependencies and fixed Catalina compatibility (#39) - thanks @nauxliu
- Fixed typo in `README` (#37)

## [2.3.1]

### Added

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := "2.3.0"
VERSION := "2.3.2"

BUILD := $(shell git rev-parse --short HEAD)
FLAGS := "-s -w -X=main.build=$(BUILD) -X=main.time=`TZ=UTC date '+%FT%TZ'` -X=main.version=$(VERSION)"
Expand Down

0 comments on commit 6ad23c1

Please sign in to comment.