diff --git a/CHANGELOG.md b/CHANGELOG.md index 64d2166f..66c78f40 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](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## Unreleased +## [1.4.2] - 25-12-23 ### Added * `mode` option for `crud.min` and `crud.max` (#404). diff --git a/crud/version.lua b/crud/version.lua index 5dc0119c..f382a9f3 100644 --- a/crud/version.lua +++ b/crud/version.lua @@ -1,4 +1,4 @@ -- Сontains the module version. -- Requires manual update in case of release commit. -return '1.4.1' +return '1.4.2'