Skip to content

Commit

Permalink
DEV: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Flink committed Mar 12, 2024
1 parent a2286e0 commit a1ec114
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# CHANGELOG

- 2024-03-12: 2.19.1

- FIX: Don’t truncate backtrace on copying

- 2024-02-28: 2.19.0

- FIX: Add compatibility with Rails 7.1+
Expand Down
2 changes: 1 addition & 1 deletion lib/logster/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Logster
VERSION = "2.19.0"
VERSION = "2.19.1"
end

0 comments on commit a1ec114

Please sign in to comment.