From ea9cd9f1cca3a47d309d485fde5a5b5b84fb8252 Mon Sep 17 00:00:00 2001 From: mishamyrt Date: Fri, 8 Mar 2024 22:44:22 +0300 Subject: [PATCH] =?UTF-8?q?docs:=20Release=202.1.1=20=F0=9F=94=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 ++- Makefile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25c407cd..ee12bd04 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.1.1 +## [2.1.1] ### Fixed @@ -157,3 +157,4 @@ Initial beta release [2.0.0]: https://github.com/mishamyrt/Nuga/releases/tag/v2.0.0 [2.0.1]: https://github.com/mishamyrt/Nuga/releases/tag/v2.0.1 [2.1.0]: https://github.com/mishamyrt/Nuga/releases/tag/v2.1.0 +[2.1.1]: https://github.com/mishamyrt/Nuga/releases/tag/v2.1.1 diff --git a/Makefile b/Makefile index 59f3da88..a1cffa42 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 2.1.0 +VERSION = 2.1.1 DIST_PATH = dist OS := `echo $(shell uname) | tr A-Z a-z`