diff --git a/ChangeLog.md b/ChangeLog.md index 57104ba..731cda7 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -5,6 +5,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0.1] - 2021-10-30 + +This is a memory performance improvement update. We made all of the +modules strict which significantly reduced unnecessary allocations and +makes memory usage constant. + +### Changed +- Added `Strict` pragmas to all modules + ## [0.2.0.0] - 2021-07-27 This is a minor update that adds a replication connection type, diff --git a/package.yaml b/package.yaml index 30c97de..56c6b11 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: postgresql-replicant -version: 0.2.0.0 +version: 0.2.0.1 github: "agentultra/postgresql-replicant" license: BSD3 author: "James King"