diff --git a/CHANGELOG.md b/CHANGELOG.md index 3431e7fa..9d446639 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.9.5](https://github.com/maevsi/maevsi_stack/compare/1.9.4...1.9.5) (2023-08-26) + + +### Bug Fixes + +* **maevsi:** add turnstile site key environment variable ([53f0737](https://github.com/maevsi/maevsi_stack/commit/53f073753c933b943fff8f6faa890668a2cab723)) + ## [1.9.4](https://github.com/maevsi/maevsi_stack/compare/1.9.3...1.9.4) (2023-08-26) diff --git a/package.json b/package.json index 3c682804..32b0781a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "maevsi_stack", "private": true, - "version": "1.9.4", + "version": "1.9.5", "description": "DargStack configuration for maevsi.", "repository": "https://github.com/maevsi/maevsi_stack.git", "author": "Jonas Thelemann ",