Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
julik committed Jul 3, 2024
1 parent 2818a6e commit 76f6022
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
Expand Up @@ -52,3 +52,7 @@
## [0.1.11] - 2024-07-03

- Fix: make sure the Gouda logger config does not get used during Rails initialization

## [0.1.12] - 2024-07-03

- When doing polling, suppress DEBUG-level messages. This will stop Gouda spamming the logs with SQL in dev/test environments.
2 changes: 1 addition & 1 deletion lib/gouda/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Gouda
VERSION = "0.1.11"
VERSION = "0.1.12"
end

0 comments on commit 76f6022

Please sign in to comment.