From 01e9cfa7aa211c1f4c299d17836aae93c7e2deac Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
 <41898282+github-actions[bot]@users.noreply.github.com>
Date: Tue, 18 Jul 2023 09:59:37 +0200
Subject: [PATCH] chore: release v0.27.0 (#402)

---------

Co-authored-by: release-plz <release-plz@github.com>
Co-authored-by: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
---
 CHANGELOG.md | 9 +++++++++
 Cargo.toml   | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index fc47583a..9e6b6464 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [0.27.0](https://github.com/XAMPPRocky/octocrab/compare/v0.26.0...v0.26.1) - 2023-07-18
+
+### Other
+- Handle errors when kicking off github workflows ([#409](https://github.com/XAMPPRocky/octocrab/pull/409))
+- Update license field following https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields ([#412](https://github.com/XAMPPRocky/octocrab/pull/412))
+- cargo clippy --tests ([#416](https://github.com/XAMPPRocky/octocrab/pull/416))
+- Improve workflow job types  ([#414](https://github.com/XAMPPRocky/octocrab/pull/414))
+- Fix graphql example ([#404](https://github.com/XAMPPRocky/octocrab/pull/404))
+
 ## [0.25.1](https://github.com/XAMPPRocky/octocrab/compare/v0.25.0...v0.25.1) - 2023-06-06
 
 ### Other
diff --git a/Cargo.toml b/Cargo.toml
index 85fe6c7e..4c78bea1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "octocrab"
-version = "0.26.0"
+version = "0.27.0"
 authors = ["XAMPPRocky <xampprocky@gmail.com>"]
 edition = "2018"
 readme = "README.md"