From 38d78e27219b1274f906c6552bc5521e307e5055 Mon Sep 17 00:00:00 2001 From: scytherswings Date: Mon, 22 Apr 2019 23:48:53 -0400 Subject: [PATCH] update changelog and version --- CHANGELOG.md | 5 +++++ lib/pgdice/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd18c98..1e69b1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [v0.4.2] : 2019-04-22 +### Changes + - Fix #19 where PgDice wouldn't recover from a broken PG::Connection + by adding new retry behavior + ## [v0.4.1] : 2019-03-21 ### Changes - Fix bug where partitioning by months would break when the month was < 10 diff --git a/lib/pgdice/version.rb b/lib/pgdice/version.rb index 3dca3a1..86678b9 100644 --- a/lib/pgdice/version.rb +++ b/lib/pgdice/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module PgDice - VERSION = '0.4.1' + VERSION = '0.4.2' end