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 8799b99 commit 38d78e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.1'
VERSION = '0.4.2'
end

0 comments on commit 38d78e2

Please sign in to comment.