diff --git a/CHANGELOG.md b/CHANGELOG.md index c35fb46..a9e7295 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## Unreleased +## [1.7.1] - 2024-04-27 ### Added diff --git a/ddl/version.lua b/ddl/version.lua index 1eb49f9..5def700 100644 --- a/ddl/version.lua +++ b/ddl/version.lua @@ -1,4 +1,4 @@ -- Сontains the module version. -- Requires manual update in case of release commit. -return '1.7.0' +return '1.7.1'