From 294692cca69fc7ff4aed55428b3ca75a5b57b2ab Mon Sep 17 00:00:00 2001 From: TP Honey Date: Wed, 9 Feb 2022 14:42:35 +0000 Subject: [PATCH] v1.19.0 release prep --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cc215149..fd0287f4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [v1.19.0](https://github.com/drone/go-scm/tree/v1.19.0) (2022-02-09) + +[Full Changelog](https://github.com/drone/go-scm/compare/v1.18.0...v1.19.0) + +**Implemented enhancements:** + +- \(feat\) add path support for list commits on github and gitlab [\#149](https://github.com/drone/go-scm/pull/149) ([tphoney](https://github.com/tphoney)) +- Extending bitbucket listCommits API to fetch commits for a given file [\#148](https://github.com/drone/go-scm/pull/148) ([mohitg0795](https://github.com/mohitg0795)) +- Update GitHub signature header to use sha256 [\#123](https://github.com/drone/go-scm/pull/123) ([nlecoy](https://github.com/nlecoy)) + ## [v1.18.0](https://github.com/drone/go-scm/tree/v1.18.0) (2022-01-18) [Full Changelog](https://github.com/drone/go-scm/compare/v1.17.0...v1.18.0) @@ -16,6 +26,10 @@ - Bitbucket Stash driver doesn't handle event `pr:from_ref_updated` \(new commits / force push\) [\#116](https://github.com/drone/go-scm/issues/116) +**Merged pull requests:** + +- release prep v1.18.0 [\#147](https://github.com/drone/go-scm/pull/147) ([eoinmcafee00](https://github.com/eoinmcafee00)) + ## [v1.17.0](https://github.com/drone/go-scm/tree/v1.17.0) (2022-01-07) [Full Changelog](https://github.com/drone/go-scm/compare/v1.16.3...v1.17.0)