Skip to content

Commit

Permalink
Post release automated changes for containerregistry releases (#25845)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk committed May 12, 2023
1 parent 4465cf1 commit fb734dc
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions sdk/containerregistry/container-registry/CHANGELOG.md
@@ -1,5 +1,15 @@
# Release History

## 1.1.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.1.0 (2023-05-09)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/containerregistry/container-registry/package.json
@@ -1,6 +1,6 @@
{
"name": "@azure/container-registry",
"version": "1.1.0",
"version": "1.1.1",
"description": "An isomorphic client library for the Azure Container Registry service.",
"sdk-type": "client",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion sdk/containerregistry/container-registry/src/constants.ts
@@ -1,4 +1,4 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

export const SDK_VERSION = "1.1.0";
export const SDK_VERSION = "1.1.1";

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/containerregistry/container-registry/swagger/README.md
Expand Up @@ -20,7 +20,7 @@ override-client-name: GeneratedClient
disable-async-iterators: true
hide-clients: true
api-version-parameter: choice
package-version: 1.1.0
package-version: 1.1.1
```

## Customizations for Track 2 Generator
Expand Down

0 comments on commit fb734dc

Please sign in to comment.