Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Update version and changelog (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
shayonj authored Feb 6, 2024
1 parent f7607a0 commit 92ce1b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.1.14] - 2024-02-06

- Capture the database system is in recovery mode error

## [0.1.13] - 2023-05-09

- Use throw_away! instead and capture state of transaction and re-raise accordingly
Expand Down
2 changes: 1 addition & 1 deletion lib/rails_pg_adapter/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module RailsPgAdapter
VERSION = "0.1.13"
VERSION = "0.1.14"
end

0 comments on commit 92ce1b3

Please sign in to comment.