Skip to content

Commit a03449f

Browse files
committed
release: 0.6.0
1 parent d436a56 commit a03449f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +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-
## [upcoming]
7+
## [0.6.0]
88
### Changed
99
- dropped ruby 2.4 support
10+
- add AR 6.1 and 7.0 support
1011

1112
## [0.5.1]
1213
### Fixed

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.5.1'
4+
VERSION = '0.6.0'
55
end

0 commit comments

Comments
 (0)