chore: update changelog

fools-recovery
sammyette 2023-04-10 12:26:51 -04:00
parent f1ebf8f5d4
commit 0411a5b611
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
2 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,15 @@
# 🎀 Changelog
## [2.1.2] - 2022-04-10
### Removed
- Bad april fools code ;(
## [2.1.1] - 2022-04-01
### Added
- Validation checks for command input
- Improved runtime performance
- Validate Lua code
## [2.1.0] - 2022-02-10
### Added
- Documented custom userdata types (Job and Timer Objects)

View File

@ -11,7 +11,7 @@ var (
// Version info
var (
ver = "v2.1.0"
ver = "v2.1.2"
releaseName = "Pansy"
gitCommit string
gitBranch string