Skip to content

Commit 615707f

Browse files
committed
release: version 0.8.1
1 parent 3051f89 commit 615707f

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)
66

7+
## [0.8.1]
8+
### Changes
9+
- Updated Log subscriber mixin to utilize Rails 7.1's contract for "color"
10+
711
## [0.8.0]
812
### Changed
913
- dropped support for Ruby < 3.0

lib/multidb/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Multidb
4-
VERSION = '0.8.0'
4+
VERSION = '0.8.1'
55
end

0 commit comments

Comments
 (0)