From a96de319d4ea21f4a675744b09b4666ac7e0f902 Mon Sep 17 00:00:00 2001 From: Hieu Nguyen Date: Mon, 8 Jan 2024 22:09:52 +0800 Subject: [PATCH] Bump to 0.1.2 --- CHANGELOG.md | 4 ++++ lib/sequel_data/migrate/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 163380e..b80a09b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.1.2] - 2024-01-08 + +- Avoid leaking DB connections + ## [0.1.1] - 2023-09-01 - Update gemspec to avoid `git ls-files` diff --git a/lib/sequel_data/migrate/version.rb b/lib/sequel_data/migrate/version.rb index c086381..0863943 100644 --- a/lib/sequel_data/migrate/version.rb +++ b/lib/sequel_data/migrate/version.rb @@ -2,6 +2,6 @@ module SequelData module Migrate - VERSION = "0.1.1" + VERSION = "0.1.2" end end