From e20b821a118cc2f9bf96deaf81f6ed65b1e67e1c Mon Sep 17 00:00:00 2001 From: Oscar Otero Date: Sun, 24 May 2020 01:04:28 +0200 Subject: [PATCH] New version --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbaa0e85..719a05d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [4.1.2] - Unreleased +## [4.2.0] - 2020-05-23 ### Added - Added the `ignored_errors` settings to ignore some curls errors instead throw an exception [#355] - Support for Twitch embeds [#332] @@ -56,6 +56,6 @@ Full library refactoring. [#355]: https://github.com/oscarotero/Embed/issues/355 [#356]: https://github.com/oscarotero/Embed/issues/356 -[4.1.2]: https://github.com/oscarotero/Embed/compare/v4.1.1...HEAD +[4.2.0]: https://github.com/oscarotero/Embed/compare/v4.1.1...v4.2.0 [4.1.1]: https://github.com/oscarotero/Embed/compare/v4.1.0...v4.1.1 [4.1.0]: https://github.com/oscarotero/Embed/compare/v4.0.0...v4.1.0