Skip to content

Commit

Permalink
update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
scytherswings committed Apr 23, 2019
1 parent 24a3f34 commit aa19c77
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [v0.4.3] : 2019-04-23
### Changes
- Fix #31 where the new connection retry code was eagerly initializing the logger


## [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
Expand Down
2 changes: 1 addition & 1 deletion lib/pgdice/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module PgDice
VERSION = '0.4.2'
VERSION = '0.4.3'
end

0 comments on commit aa19c77

Please sign in to comment.