From 670f8ac0372f1eb228806b292c97f2ea99e55b03 Mon Sep 17 00:00:00 2001
From: dotnet-agent-team-bot
 <141066016+dotnet-agent-team-bot@users.noreply.github.com>
Date: Thu, 31 Oct 2024 14:35:59 -0700
Subject: [PATCH] chore(main): release 10.33.1

---
 release-please/.release-please-manifest.json | 2 +-
 src/Agent/CHANGELOG.md                       | 7 +++++++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/release-please/.release-please-manifest.json b/release-please/.release-please-manifest.json
index 8238793e6..ee26c1132 100644
--- a/release-please/.release-please-manifest.json
+++ b/release-please/.release-please-manifest.json
@@ -1,3 +1,3 @@
 {
-  ".": "10.33.0"
+  ".": "10.33.1"
 }
\ No newline at end of file
diff --git a/src/Agent/CHANGELOG.md b/src/Agent/CHANGELOG.md
index 4dedc4bb8..f5ba5cdd3 100644
--- a/src/Agent/CHANGELOG.md
+++ b/src/Agent/CHANGELOG.md
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+## [10.33.1](https://github.com/newrelic/newrelic-dotnet-agent/compare/v10.33.0...v10.33.1) (2024-10-31)
+
+
+### Fixes
+
+* Fix syntax error in `setenv.sh` ([#2864](https://github.com/newrelic/newrelic-dotnet-agent/issues/2864)) ([a629138](https://github.com/newrelic/newrelic-dotnet-agent/commit/a629138e0e0b00a52f513d64c661576376e64455)), closes [#2863](https://github.com/newrelic/newrelic-dotnet-agent/issues/2863)
+
 ## [10.33.0](https://github.com/newrelic/newrelic-dotnet-agent/compare/v10.32.0...v10.33.0) (2024-10-30)