Skip to content

Commit

Permalink
Releasing 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rud committed Nov 18, 2022
1 parent f8e53eb commit afcc9cc
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 @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

## 0.3.1 - 2022-11-18

- Actually bumping version.rb to match

## 0.3.0 - 2022-11-18

- BREAKING: Rename this gem to "lograge-waittime". The old name was unwieldy and even had a typo to prove it.
Expand Down
2 changes: 1 addition & 1 deletion lib/lograge/waittime/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Lograge
module Waittime
Version = "0.3.0.pre1"
Version = "0.3.1"
end
end

0 comments on commit afcc9cc

Please sign in to comment.