Skip to content

Commit

Permalink
Increment version for core releases (Azure#23687)
Browse files Browse the repository at this point in the history
Increment package version after release of com.azure azure-core-amqp
  • Loading branch information
azure-sdk authored and conniey committed Aug 20, 2021
1 parent 3e0ff30 commit f615426
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/smoke-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-amqp</artifactId>
<version>2.3.0</version> <!-- {x-version-update;com.azure:azure-core-amqp;dependency} -->
<version>2.3.1</version> <!-- {x-version-update;com.azure:azure-core-amqp;dependency} -->
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ com.azure:azure-communication-phonenumbers;1.0.3;1.1.0-beta.1
com.azure:azure-containers-containerregistry;1.0.0-beta.3;1.0.0-beta.4
com.azure:azure-containers-containerregistry-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-core;1.19.0;1.20.0-beta.1
com.azure:azure-core-amqp;2.3.0;2.4.0-beta.1
com.azure:azure-core-amqp;2.3.1;2.4.0-beta.1
com.azure:azure-core-amqp-experimental;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-core-experimental;1.0.0-beta.17;1.0.0-beta.18
com.azure:azure-core-http-jdk-httpclient;1.0.0-beta.1;1.0.0-beta.1
Expand Down
3 changes: 3 additions & 0 deletions sdk/core/azure-core-amqp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## 2.4.0-beta.1 (Unreleased)


## 2.3.1 (2021-08-19)

### Bug Fixes

- Fixed a bug where SendTimeout-timer thread was not being disposed of resulting in lingering
Expand Down

0 comments on commit f615426

Please sign in to comment.