Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Increment package version after release of azure-security-keyvault-ad…
…ministration
  • Loading branch information
azure-sdk committed Jan 16, 2024
commit 38a80fcd6b45af33c2fb497ff9c757639f331f1d
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 4.0.0-beta.5 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 4.0.0-beta.4 (2024-01-16)

### Bugs Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#define AZURE_SECURITY_KEYVAULT_ADMINISTRATION_VERSION_MAJOR 4
#define AZURE_SECURITY_KEYVAULT_ADMINISTRATION_VERSION_MINOR 0
#define AZURE_SECURITY_KEYVAULT_ADMINISTRATION_VERSION_PATCH 0
#define AZURE_SECURITY_KEYVAULT_ADMINISTRATION_VERSION_PRERELEASE "beta.4"
#define AZURE_SECURITY_KEYVAULT_ADMINISTRATION_VERSION_PRERELEASE "beta.5"

#define AZURE_SECURITY_KEYVAULT_ADMINISTRATION_VERSION_ITOA_HELPER(i) #i
#define AZURE_SECURITY_KEYVAULT_ADMINISTRATION_VERSION_ITOA(i) \
Expand Down