Skip to content

Commit 33cc9c2

Browse files
committed
Bump version to 5.0.1
1 parent 2bb01dc commit 33cc9c2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
10+
## 5.0.1
11+
12+
- Updated dependencies as needed for security fixes
13+
914
## 5.0.0
1015

1116
### Breaking change

lib/licensed/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22
module Licensed
3-
VERSION = "5.0.0".freeze
3+
VERSION = "5.0.1".freeze
44

55
def self.previous_major_versions
66
major_version = Gem::Version.new(Licensed::VERSION).segments.first

0 commit comments

Comments
 (0)