We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cc4ae5 commit ab3c6b7Copy full SHA for ab3c6b7
CHANGELOG.md
@@ -1,9 +1,10 @@
1
# Changelog
2
3
-## Unreleased
+## 6.0.0
4
5
- Add `Browser::Base#chromium_based?`.
6
- Change how browser detection works to avoid re-instantiating classes.
7
+- Bump up minimum required ruby version to 3.2.0.
8
9
## 5.3.1
10
lib/browser/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Browser
- VERSION = "5.3.1"
+ VERSION = "6.0.0"
end
0 commit comments