diff --git a/CHANGELOG.md b/CHANGELOG.md index e7fa28d..f9750fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/). ### Unreleased -### [1.3.6] - 2024-04-14 +### [1.3.7] - 2024-04-14 - transaction: sync with haraka/Haraka - connection: import more from haraka/Haraka/connection - test(conn): expect more connection properties -- doc(CONTRIBUTING): added - doc(README): added example setup +### [1.3.6] - 2024-04-09 + +- doc(CONTRIBUTING): added + ### [1.3.5] - 2024-04-07 - update package.json scripts @@ -204,3 +207,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/). [1.3.4]: https://github.com/haraka/test-fixtures/releases/tag/v1.3.4 [1.3.5]: https://github.com/haraka/test-fixtures/releases/tag/v1.3.5 [1.3.6]: https://github.com/haraka/test-fixtures/releases/tag/v1.3.6 +[1.3.7]: https://github.com/haraka/test-fixtures/releases/tag/v1.3.7 diff --git a/package.json b/package.json index 87b8b1c..b5fc498 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "haraka-test-fixtures", "license": "MIT", "description": "Haraka Test Fixtures", - "version": "1.3.6", + "version": "1.3.7", "repository": { "type": "git", "url": "git@github.com:haraka/test-fixtures.git"