summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrelease-plz <release-plz@github.com>2023-07-31 14:37:00 +0000
committerXAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>2023-07-31 16:42:39 +0200
commitb5a97f7d8943379a786ba15cb64c3950fc700763 (patch)
tree0caafaa684219961f259a15d8b4dd325b2c4dffd
parentfcd31ce38d4fbfd3cc33bb08be507407bc6269e0 (diff)
chore: releasev0.29.1
-rw-r--r--CHANGELOG.md5
-rw-r--r--Cargo.toml2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3587a4c..6d71bfc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [0.29.1](https://github.com/XAMPPRocky/octocrab/compare/v0.29.0...v0.29.1) - 2023-07-31
+
+### Other
+- Make models::webhook_events::payload public
+
## [0.29.0](https://github.com/XAMPPRocky/octocrab/compare/v0.28.0...v0.29.0) - 2023-07-30
### Other
diff --git a/Cargo.toml b/Cargo.toml
index e410d61..4ed1762 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "octocrab"
-version = "0.29.0"
+version = "0.29.1"
authors = ["XAMPPRocky <xampprocky@gmail.com>"]
edition = "2018"
readme = "README.md"