diff --git a/CHANGELOG.md b/CHANGELOG.md index cb0b5a08..d50c659f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate + +## [1.4.1] - 2024-02-17 - Fix hang in Terraform module on WASM [#624](https://github.com/svenstaro/genact/issues/624) ## [1.4.0] - 2024-02-16 @@ -71,7 +73,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Rewrite web version using wasm-bindgen -[Unreleased]: https://github.com/svenstaro/genact/compare/v1.4.0...HEAD +[Unreleased]: https://github.com/svenstaro/genact/compare/v1.4.1...HEAD +[1.4.1]: https://github.com/svenstaro/genact/compare/v1.4.0...v1.4.1 [1.4.0]: https://github.com/svenstaro/genact/compare/v1.3.0...v1.4.0 [1.3.0]: https://github.com/svenstaro/genact/compare/v1.2.2...v1.3.0 [1.2.2]: https://github.com/svenstaro/genact/compare/v1.2.1...v1.2.2 diff --git a/Cargo.lock b/Cargo.lock index 0c50384d..1c517a91 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -634,7 +634,7 @@ dependencies = [ [[package]] name = "genact" -version = "1.4.0" +version = "1.4.1" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 774300a7..c5a6859d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "genact" description = "A nonsense activity generator" -version = "1.4.0" +version = "1.4.1" repository = "https://github.com/svenstaro/genact" authors = ["Sven-Hendrik Haase "] license = "MIT" diff --git a/index.html b/index.html index 196bf92e..a1a2073d 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - genact 1.4.0 + genact 1.4.1