From ad3a0ed00453131da6b518b8794a7c4ad3eb8031 Mon Sep 17 00:00:00 2001 From: Jon Ruskin Date: Mon, 7 Feb 2022 19:47:49 -0700 Subject: [PATCH] release 3.4.4 ## 3.4.4 2022-02-07 ### Fixed - The npm and pip sources have better protection from strings causing crashes in `Hash#dig` (https://github.com/github/licensed/pull/450) --- CHANGELOG.md | 10 +++++++++- lib/licensed/version.rb | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 527de5be..5e0de105 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## 3.4.4 + +2022-02-07 + +### Fixed + +- The npm and pip sources have better protection from strings causing crashes in `Hash#dig` (https://github.com/github/licensed/pull/450) + ## 3.4.3 2022-01-31 @@ -563,4 +571,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. Initial release :tada: -[Unreleased]: https://github.com/github/licensed/compare/3.4.3...HEAD +[Unreleased]: https://github.com/github/licensed/compare/3.4.4...HEAD diff --git a/lib/licensed/version.rb b/lib/licensed/version.rb index ece3c005..fd0eccce 100644 --- a/lib/licensed/version.rb +++ b/lib/licensed/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true module Licensed - VERSION = "3.4.3".freeze + VERSION = "3.4.4".freeze def self.previous_major_versions major_version = Gem::Version.new(Licensed::VERSION).segments.first