From 1932b0dcd77d77e53fbfbd6901cbf54e83eebd70 Mon Sep 17 00:00:00 2001
From: Rutvij Mehta <rutvij.mehta@harness.io>
Date: Wed, 29 Jun 2022 16:22:00 -0700
Subject: [PATCH] Update scm version 1.26.0

---
 CHANGELOG.md | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 642d37d15..cd8be75be 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,19 @@
 # Changelog
 
+## [v1.26.0](https://github.com/drone/go-scm/tree/v1.26.0) (2022-06-29)
+
+[Full Changelog](https://github.com/drone/go-scm/compare/v1.25.0...v1.26.0)
+
+**Fixed bugs:**
+
+- \[CI-4623\] - Azure webhook parseAPI changes [\#198](https://github.com/drone/go-scm/pull/198) ([raghavharness](https://github.com/raghavharness))
+
+**Merged pull requests:**
+
+- Support parsing PR comment events for Bitbucket Cloud [\#202](https://github.com/drone/go-scm/pull/202) ([rutvijmehta-harness](https://github.com/rutvijmehta-harness))
+- added issue comment hook support for Azure [\#200](https://github.com/drone/go-scm/pull/200) ([raghavharness](https://github.com/raghavharness))
+- Fixed formatting in README.md [\#199](https://github.com/drone/go-scm/pull/199) ([hemanthmantri](https://github.com/hemanthmantri))
+
 ## [v1.25.0](https://github.com/drone/go-scm/tree/v1.25.0) (2022-06-16)
 
 [Full Changelog](https://github.com/drone/go-scm/compare/v1.24.0...v1.25.0)
@@ -13,6 +27,10 @@
 - \[PL-25889\]: fix list branches Azure API [\#195](https://github.com/drone/go-scm/pull/195) ([bhavya181](https://github.com/bhavya181))
 - Return project specific hooks only in ListHooks API for Azure. [\#192](https://github.com/drone/go-scm/pull/192) ([raghavharness](https://github.com/raghavharness))
 
+**Merged pull requests:**
+
+- Update scm version 1.25.0 [\#197](https://github.com/drone/go-scm/pull/197) ([rutvijmehta-harness](https://github.com/rutvijmehta-harness))
+
 ## [v1.24.0](https://github.com/drone/go-scm/tree/v1.24.0) (2022-06-07)
 
 [Full Changelog](https://github.com/drone/go-scm/compare/v1.23.0...v1.24.0)