升级流程引擎配置文件版本

This commit is contained in:
hoteas
2022-10-19 21:32:34 +08:00
parent 80db372857
commit 735c088a0a
501 changed files with 157534 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# CHANGELOG
## v1.1.1 - 2022-03-03
- Bump stringprep dependency to v1.0.3 for upstream CVE fix.
## v1.1.0 - 2022-01-16
- Add SHA-512 hash generator function for convenience.
## v1.0.2 - 2021-03-28
- Switch PBKDF2 dependency to github.com/xdg-go/pbkdf2 to
minimize transitive dependencies and support Go 1.9+.
## v1.0.1 - 2021-03-27
- Bump stringprep dependency to v1.0.2 for Go 1.11 support.
## v1.0.0 - 2021-03-27
- First release as a Go module