We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 593c836 commit c27a441Copy full SHA for c27a441
CHANGELOG.md
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
7
## [Unreleased]
8
9
+## [1.1.0] - 2025-07-17
10
+
11
### Added
12
13
- A check for user modifications to applied migrations.
migrator/version.lua
@@ -1,4 +1,4 @@
1
-- Contains the module version.
2
-- Requires manual update in case of release commit.
3
4
-return '1.0.2'
+return '1.1.0'
0 commit comments