Skip to content

Commit

Permalink
versioning update + changelog
Browse files Browse the repository at this point in the history
I've seen other SDKs in this repo that keep all the preview release changelogs mixed in with the non-preview changelogs, so we'll do the same
  • Loading branch information
timtay-microsoft committed Oct 7, 2020
1 parent 07a2983 commit cb117c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions sdk/digitaltwins/azure-digitaltwins-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Release History

## 1.0.0-beta.4 (Unreleased)

## 1.0.0 (Unreleased)
- Regenerate protocol layer from GA service swagger
- Update service API version to use GA service version
- Add optional parameters for traceparent and tracestate to all service request APIs

## 1.0.0-beta.3 (2020-10-01)

Expand Down
2 changes: 1 addition & 1 deletion sdk/digitaltwins/azure-digitaltwins-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-digitaltwins-core</artifactId>
<version>1.0.0-beta.4</version> <!-- {x-version-update;com.azure:azure-digitaltwins-core;current} -->
<version>1.0.0</version> <!-- {x-version-update;com.azure:azure-digitaltwins-core;current} -->

<name>Microsoft Azure client library for Digital Twins</name>
<description>This package contains the Microsoft Azure DigitalTwins client library.</description>
Expand Down

0 comments on commit cb117c7

Please sign in to comment.