Skip to content

Commit

Permalink
Bump version to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
svanhesteren committed Jun 18, 2024
1 parent 722bb8e commit d5420f1
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 @@ -23,3 +23,7 @@
- Reduce logging in local test runs.
- Bump local ruby version to 3.3.3

## [0.1.5] - 2023-06-18

- Update documentation
- Don't pass on scheduler keys to retries
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.4"
VERSION = "0.1.5"
end

0 comments on commit d5420f1

Please sign in to comment.