From d0490a2ef209f834c3ce14b939470c0b7d6986c5 Mon Sep 17 00:00:00 2001 From: Jonathan Cardoso Machado Date: Sun, 15 Nov 2020 11:14:20 -0300 Subject: [PATCH] docs: update CHANGELOG.md with 2.3.0 release [skip ci] --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcccb7d74..4de9952db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Breaking Change +### Fixed +### Added +### Changed +### Removed + +## [2.3.0] - 2020-11-15 Probably the last release that `curly` is considered experimental. @@ -289,7 +296,8 @@ Special Thanks to [@koskokos2](https://github.com/koskokos2) for their contribut - Improved code style, started using prettier ## [1.2.0] - 2017-08-28 -[Unreleased]: https://github.com/JCMais/node-libcurl/compare/v2.2.0...HEAD +[Unreleased]: https://github.com/JCMais/node-libcurl/compare/v2.3.0...HEAD +[2.3.0]: https://github.com/JCMais/node-libcurl/compare/v2.2.0...v2.3.0 [2.2.0]: https://github.com/JCMais/node-libcurl/compare/v2.1.3...v2.2.0 [2.1.3]: https://github.com/JCMais/node-libcurl/compare/v2.1.2...v2.1.3 [2.1.2]: https://github.com/JCMais/node-libcurl/compare/v2.1.1...v2.1.2