Commit a5deec1

mo khan <mo.khan@gmail.com>
2020-05-20 05:42:28
Update CHANGELOG
1 parent 41612a8
Changed files (2)
lib/spandx/version.rb
@@ -1,5 +1,5 @@
 # frozen_string_literal: true
 
 module Spandx
-  VERSION = '0.13.2'
+  VERSION = '0.13.3'
 end
CHANGELOG.md
@@ -1,4 +1,4 @@
-Version 0.13.2
+Version 0.13.3
 
 # Changelog
 
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [0.13.3] - 2020-05-19
+### Fixed
+- Ignore invalid URLs during scan.
+
 ## [0.13.2] - 2020-05-17
 ### Fixed
 - Detect licenses when provided as an array.
@@ -177,7 +181,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 ### Added
 - Provide ruby API to the latest SPDX catalogue.
 
-[Unreleased]: https://github.com/spandx/spandx/compare/v0.13.0...HEAD
+[Unreleased]: https://github.com/spandx/spandx/compare/v0.13.3...HEAD
+[0.13.0]: https://github.com/spandx/spandx/compare/v0.13.2...v0.13.3
+[0.13.0]: https://github.com/spandx/spandx/compare/v0.13.1...v0.13.2
+[0.13.0]: https://github.com/spandx/spandx/compare/v0.13.0...v0.13.1
 [0.13.0]: https://github.com/spandx/spandx/compare/v0.12.3...v0.13.0
 [0.12.3]: https://github.com/spandx/spandx/compare/v0.12.2...v0.12.3
 [0.12.2]: https://github.com/spandx/spandx/compare/v0.12.1...v0.12.2