Skip to content

Commit

Permalink
Bump version and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
fractaledmind committed Apr 10, 2024
1 parent cc60d31 commit c8439d8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [Unreleased]

## [0.4.2] - 2024-04-10

- Fix bug in error page when using Postgres ([@mintuhouse](https://github.com/fractaledmind/solid_errors/pull/43))

## [0.4.1] - 2024-04-09

- Ensure only first occurence is open on error page ([@fractaledmind](https://github.com/fractaledmind/solid_errors/pull/42))
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
solid_errors (0.4.1)
solid_errors (0.4.2)
actionmailer (~> 7.0)
actionpack (~> 7.0)
actionview (~> 7.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/solid_errors/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SolidErrors
VERSION = "0.4.1"
VERSION = "0.4.2"
end

0 comments on commit c8439d8

Please sign in to comment.