Skip to content

Commit

Permalink
release version 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skaes committed Oct 5, 2023
1 parent 8394d5d commit 961319c
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
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.14.0

* Support Rails 7.1.0.

## 0.13.1
* Fixed last place that tried to log a monotonic clock timestamp
instead of a Time instance.
Expand Down
2 changes: 1 addition & 1 deletion lib/time_bandits/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module TimeBandits
VERSION = "0.13.1"
VERSION = "0.14.0"
end

0 comments on commit 961319c

Please sign in to comment.