Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Increment package version after release of Azure.ResourceManager.IotHub
  • Loading branch information
azure-sdk committed Oct 16, 2024
commit b64b65baa2076d081d59ef38049a94a01f1c4c62
10 changes: 10 additions & 0 deletions sdk/iothub/Azure.ResourceManager.IotHub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.2.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.2.0-beta.1 (2024-10-15)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.2.0-beta.1</Version>
<Version>1.2.0-beta.2</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.1.1</ApiCompatVersion>
<PackageId>Azure.ResourceManager.IotHub</PackageId>
Expand Down