From c4c8bc26412e6a3157f6afa4b0338f4d2b17addc Mon Sep 17 00:00:00 2001 From: mishamyrt Date: Mon, 25 Mar 2024 01:09:20 +0300 Subject: [PATCH] =?UTF-8?q?docs:=20Release=202.2.0=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 e202be9e..d929ddff 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.2.0 +## [2.2.0] ### Added @@ -187,3 +187,4 @@ Initial beta release [2.1.1]: https://github.com/mishamyrt/Nuga/releases/tag/v2.1.1 [2.2.0-beta1]: https://github.com/mishamyrt/Nuga/releases/tag/v2.2.0-beta1 [2.2.0-beta2]: https://github.com/mishamyrt/Nuga/releases/tag/v2.2.0-beta2 +[2.2.0]: https://github.com/mishamyrt/Nuga/releases/tag/v2.2.0 diff --git a/Makefile b/Makefile index dd61b15a..98c2d5e9 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 2.2.0-beta2 +VERSION = 2.2.0 DIST_PATH = dist OS := `echo $(shell uname) | tr A-Z a-z`