From 1124d792885a64edb2e4e020dd7e3e282ba3c521 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 21 Nov 2023 23:41:54 +0000 Subject: [PATCH 1/2] Update agent version to 1.0.1 --- solarwinds_apm/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solarwinds_apm/version.py b/solarwinds_apm/version.py index a8f2cadc..3ac0fe7a 100644 --- a/solarwinds_apm/version.py +++ b/solarwinds_apm/version.py @@ -5,4 +5,4 @@ # Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. """Version of SolarWinds Custom-Distro for OpenTelemetry agents""" -__version__ = "1.0.1.0" +__version__ = "1.0.1" From 0bbdd50efaf314863490148db40392475de77ea1 Mon Sep 17 00:00:00 2001 From: tammy-baylis-swi Date: Tue, 21 Nov 2023 15:43:56 -0800 Subject: [PATCH 2/2] Version 1.0.1 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 898c1417..10c00750 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased](https://github.com/solarwinds/apm-python/compare/rel-1.0.1...HEAD) -## [1.0.1.0](https://github.com/solarwinds/apm-python/releases/tag/rel-1.0.1) - 2023-11-21 +## [1.0.1](https://github.com/solarwinds/apm-python/releases/tag/rel-1.0.1) - 2023-11-21 ### Added - Added lambda build workflows ([#221](https://github.com/solarwinds/apm-python/pull/221))