Skip to content

Commit

Permalink
Release 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Jul 11, 2023
1 parent fe724c2 commit d5739ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This project uses [Semantic Versioning 2.0.0](https://semver.org/).

## 5.0.2

### Changed

- Updated definitions.

## 5.0.1

### Changed
Expand Down
3 changes: 1 addition & 2 deletions lib/public_suffix/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# frozen_string_literal: true

#
# = Public Suffix
#
# Domain name parser based on the Public Suffix List.
Expand All @@ -10,6 +9,6 @@
module PublicSuffix

# @return [String] The current library version.
VERSION = "5.0.1"
VERSION = "5.0.2"

end

0 comments on commit d5739ad

Please sign in to comment.