From a2cab4128178a087521b60d396ff8eefd4aa6b85 Mon Sep 17 00:00:00 2001 From: Weston Ganger Date: Tue, 17 Oct 2023 13:35:45 -0700 Subject: [PATCH] v0.3.2 --- CHANGELOG.md | 6 +++++- lib/active_snapshot/version.rb | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b0a34b..52fdd72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,11 @@ CHANGELOG --------- - **Unreleased** - * [View Diff](https://github.com/westonganger/active_snapshot/compare/v0.3.1...master) + * [View Diff](https://github.com/westonganger/active_snapshot/compare/v0.3.2...master) + * Nothing yet + +- **v0.3.2** - Oct 17, 2023 + * [View Diff](https://github.com/westonganger/active_snapshot/compare/v0.3.1...v0.3.2) * [#43](https://github.com/westonganger/active_snapshot/pull/43) - Fix unique index error in generated DB migration - **v0.3.1** - August 4, 2023 diff --git a/lib/active_snapshot/version.rb b/lib/active_snapshot/version.rb index 5374a2b..79d2d45 100644 --- a/lib/active_snapshot/version.rb +++ b/lib/active_snapshot/version.rb @@ -1,3 +1,3 @@ module ActiveSnapshot - VERSION = "0.3.1".freeze + VERSION = "0.3.2".freeze end