summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-06-03 13:05:34 +0200
committerGitHub <noreply@github.com>2023-06-03 13:05:34 +0200
commit71bc925011a3d5905bfb447c58f9acc04b8c32bd (patch)
tree2af511dfcd336721ca29515fdcd409e2abc907ee
parentae2387e6268e95938c561ca5d19d8872be8f5bd0 (diff)
chore: release (#391)v0.25.0
Co-authored-by: release-plz <release-plz@github.com>
-rw-r--r--CHANGELOG.md7
-rw-r--r--Cargo.toml2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6c6ce56..a193e9a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [0.25.0](https://github.com/XAMPPRocky/octocrab/compare/v0.24.0...v0.25.0) - 2023-06-03
+
+### Other
+- Add User Access Authentication ([#375](https://github.com/XAMPPRocky/octocrab/pull/375))
+- Add allow_forking & allow_update_branch in Repository model ([#379](https://github.com/XAMPPRocky/octocrab/pull/379))
+- added org secrets api ([#384](https://github.com/XAMPPRocky/octocrab/pull/384))
+
## [0.24.0](https://github.com/XAMPPRocky/octocrab/compare/v0.23.0...v0.23.1) - 2023-06-02
### Fixed
diff --git a/Cargo.toml b/Cargo.toml
index 0235ff1..8b0ec06 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "octocrab"
-version = "0.24.0"
+version = "0.25.0"
authors = ["XAMPPRocky <xampprocky@gmail.com>"]
edition = "2018"
readme = "README.md"