diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fff070..1a79689 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog][], and this project adheres to [Semantic Versioning][]. -## 2.3.2 +## [2.3.2] ### Fixed @@ -232,3 +232,4 @@ Initial beta release [2.2.1]: https://github.com/mishamyrt/Nuga/releases/tag/v2.2.1 [2.3.0]: https://github.com/mishamyrt/Nuga/releases/tag/v2.3.0 [2.3.1]: https://github.com/mishamyrt/Nuga/releases/tag/v2.3.1 +[2.3.2]: https://github.com/mishamyrt/Nuga/releases/tag/v2.3.2 diff --git a/Makefile b/Makefile index d036dd9..206dc5d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 2.3.1 +VERSION = 2.3.2 DIST_PATH = dist OS := `echo $(shell uname) | tr A-Z a-z`