Skip to content

Commit ab3c6b7

Browse files
committed
Bump up version (6.0.0)
1 parent 3cc4ae5 commit ab3c6b7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Changelog
22

3-
## Unreleased
3+
## 6.0.0
44

55
- Add `Browser::Base#chromium_based?`.
66
- Change how browser detection works to avoid re-instantiating classes.
7+
- Bump up minimum required ruby version to 3.2.0.
78

89
## 5.3.1
910

lib/browser/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Browser
4-
VERSION = "5.3.1"
4+
VERSION = "6.0.0"
55
end

0 commit comments

Comments
 (0)