summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-02-06 04:01:31 +0100
committerGitHub <noreply@github.com>2024-02-06 04:01:31 +0100
commit59be97cde4656fa0661acec36e86d777d4da92b7 (patch)
treeb1e494dd99b554df490fb7cb07c1e9c0c43c3dff
parent3ce474aab56e87e4dfde50ec0f0e1d79334a5e4b (diff)
chore: release (#561)v0.33.4
-rw-r--r--CHANGELOG.md6
-rw-r--r--Cargo.toml2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ad7373c..803e808 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [0.33.4](https://github.com/XAMPPRocky/octocrab/compare/v0.33.3...v0.33.4) - 2024-02-06
+
+### Other
+- Don't send Authorization headers to third-party services. ([#562](https://github.com/XAMPPRocky/octocrab/pull/562))
+- Added tests for `repos().merges()` ([#560](https://github.com/XAMPPRocky/octocrab/pull/560))
+
## [0.33.3](https://github.com/XAMPPRocky/octocrab/compare/v0.33.2...v0.33.3) - 2024-01-26
### Other
diff --git a/Cargo.toml b/Cargo.toml
index 82cb400..3da4661 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "octocrab"
-version = "0.33.3"
+version = "0.33.4"
authors = ["XAMPPRocky <xampprocky@gmail.com>"]
edition = "2018"
readme = "README.md"