Skip to content

Commit

Permalink
Prepare March 2023 EventGrid Release (#39167)
Browse files Browse the repository at this point in the history
* Prepare March 2023 EventGrid Release

* update version_client.txt
  • Loading branch information
billwert authored and drielenr committed Mar 28, 2024
1 parent 3bbf10f commit 99cce8b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ com.azure:azure-maps-render;1.0.0-beta.2;1.0.0-beta.3
com.azure:azure-maps-route;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-maps-search;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-media-videoanalyzer-edge;1.0.0-beta.6;1.0.0-beta.7
com.azure:azure-messaging-eventgrid;4.21.0;4.22.0-beta.1
com.azure:azure-messaging-eventgrid;4.21.0;4.22.0
com.azure:azure-messaging-eventgrid-cloudnative-cloudevents;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-messaging-eventhubs;5.18.1;5.19.0-beta.1
com.azure:azure-messaging-eventhubs-checkpointstore-blob;1.19.1;1.20.0-beta.1
Expand Down
10 changes: 6 additions & 4 deletions sdk/eventgrid/azure-messaging-eventgrid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# Release History

## 4.22.0-beta.1 (Unreleased)
## 4.22.0 (2024-03-11)

### Features Added
- New System Events for API Center

### Breaking Changes
### Other Changes

### Bugs Fixed
#### Dependency Updates

### Other Changes
- Upgraded `azure-core-http-netty` from `1.14.0` to version `1.14.1`.
- Upgraded `azure-core` from `1.46.0` to version `1.47.0`.

## 4.21.0 (2024-02-13)

Expand Down
2 changes: 1 addition & 1 deletion sdk/eventgrid/azure-messaging-eventgrid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-eventgrid</artifactId>
<version>4.21.0</version>
<version>4.22.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
2 changes: 1 addition & 1 deletion sdk/eventgrid/azure-messaging-eventgrid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-messaging-eventgrid</artifactId>
<version>4.22.0-beta.1</version> <!-- {x-version-update;com.azure:azure-messaging-eventgrid;current} -->
<version>4.22.0</version> <!-- {x-version-update;com.azure:azure-messaging-eventgrid;current} -->

<packaging>jar</packaging>
<name>Microsoft Azure SDK for eventgrid</name>
Expand Down

0 comments on commit 99cce8b

Please sign in to comment.