We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e92ed commit a413661Copy full SHA for a413661
CHANGELOG.md
@@ -3,6 +3,13 @@
3
This project uses [Semantic Versioning 2.0.0](https://semver.org/).
4
5
6
+## 6.0.2
7
+
8
+### Changed
9
10
+- Updated definitions.
11
12
13
## 6.0.1
14
15
### Changed
lib/public_suffix/version.rb
@@ -9,6 +9,6 @@
module PublicSuffix
# @return [String] the current library version
- VERSION = "6.0.1"
+ VERSION = "6.0.2"
end
0 commit comments