Skip to content

Commit c27a441

Browse files
committed
release 1.1.0
1 parent 593c836 commit c27a441

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [1.1.0] - 2025-07-17
10+
911
### Added
1012

1113
- A check for user modifications to applied migrations.

migrator/version.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-- Contains the module version.
22
-- Requires manual update in case of release commit.
33

4-
return '1.0.2'
4+
return '1.1.0'

0 commit comments

Comments
 (0)