From 31095f0c5dd2f152906ab4636fdfcff9621ae5ca Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Mon, 11 Aug 2025 17:45:59 +0000 Subject: [PATCH] Increment package version after release of azure-health-deidentification --- .../azure-health-deidentification/CHANGELOG.md | 12 +++++++++++- .../azure/health/deidentification/_version.py | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/sdk/healthdataaiservices/azure-health-deidentification/CHANGELOG.md b/sdk/healthdataaiservices/azure-health-deidentification/CHANGELOG.md index 0f286e140ea3..315c51f944e2 100644 --- a/sdk/healthdataaiservices/azure-health-deidentification/CHANGELOG.md +++ b/sdk/healthdataaiservices/azure-health-deidentification/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 1.1.0b2 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 1.1.0b1 (2025-08-05) ### Features Added @@ -40,4 +50,4 @@ ### Features Added -- Azure Health Deidentification client library \ No newline at end of file +- Azure Health Deidentification client library diff --git a/sdk/healthdataaiservices/azure-health-deidentification/azure/health/deidentification/_version.py b/sdk/healthdataaiservices/azure-health-deidentification/azure/health/deidentification/_version.py index a1f432eddc4e..f6cd39818b76 100644 --- a/sdk/healthdataaiservices/azure-health-deidentification/azure/health/deidentification/_version.py +++ b/sdk/healthdataaiservices/azure-health-deidentification/azure/health/deidentification/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "1.1.0b1" +VERSION = "1.1.0b2"