Skip to content

Commit

Permalink
[azsecrets] prep for release (#21186)
Browse files Browse the repository at this point in the history
* prep for release

* fix time;
  • Loading branch information
gracewilcox authored Jul 17, 2023
1 parent d597d3d commit df44b53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions sdk/security/keyvault/azsecrets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# Release History

## 0.14.1 (Unreleased)
## 1.0.0 (2023-07-17)

### Features Added
* first stable release of `azsecrets` module

### Breaking Changes
* changed type of `KID` from string to type `ID`

### Bugs Fixed

### Other Changes

## 0.14.0 (2023-06-08)

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/security/keyvault/azsecrets/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ package azsecrets

const (
moduleName = "azsecrets"
version = "v0.14.1"
version = "v1.0.0"
)

0 comments on commit df44b53

Please sign in to comment.