Skip to content

Commit

Permalink
Running prepare release scripts for beta release. (#33190)
Browse files Browse the repository at this point in the history
* Running script for release.

* Running script for release apacheavro.
  • Loading branch information
conniey authored Jan 27, 2023
1 parent f33f873 commit 9d3bedc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# Release History

## 1.2.0-beta.1 (Unreleased)
## 1.2.0-beta.1 (2023-01-26)

### Features Added

### Breaking Changes
### Other Changes

### Bugs Fixed
#### Dependency Updates

### Other Changes
- Update `azure-data-schemaregistry` dependency to `1.4.0-beta.1`.

## 1.1.2 (2023-01-18)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ and deserialization.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-schemaregistry-apacheavro</artifactId>
<version>1.1.2</version>
<version>1.2.0-beta.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
8 changes: 1 addition & 7 deletions sdk/schemaregistry/azure-data-schemaregistry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
# Release History

## 1.4.0-beta.1 (Unreleased)
## 1.4.0-beta.1 (2023-01-26)

### Features Added

- Added additional `SchemaFormat`s, `SchemaFormat.JSON`, and `SchemaFormat.CUSTOM`.
- Added new service version, `SchemaRegistryVersion.V2022_10`.
- Updated the latest service version to `SchemaRegistryVersion.V2022_10`.

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.3.2 (2023-01-18)

### Other Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/schemaregistry/azure-data-schemaregistry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-schemaregistry</artifactId>
<version>1.3.2</version>
<version>1.4.0-beta.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down

0 comments on commit 9d3bedc

Please sign in to comment.