Skip to content

Commit cbc97a5

Browse files
authored
Updated CHANGELOG and README ahead of KV Keys beta release. (Azure#41341)
1 parent ce03803 commit cbc97a5

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

sdk/keyvault/azure-security-keyvault-keys/CHANGELOG.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Release History
22

3-
## 4.9.0-beta.1 (Unreleased)
3+
## 4.9.0-beta.1 (2024-07-29)
44

55
### Features Added
66
- Added a new configuration flag to cryptography clients to defer all cryptographic operations to the Key Vault service. ([#40384](https://github.com/Azure/azure-sdk-for-java/pull/40384))
77

8-
### Breaking Changes
9-
10-
### Bugs Fixed
11-
128
### Other Changes
139

10+
#### Dependency Updates
11+
12+
- Upgraded `azure-core` from `1.49.1` to version `1.50.0`.
13+
- Upgraded `azure-core-http-netty` from `1.15.1` to version `1.15.2`.
1414

1515
## 4.8.5 (2024-06-27)
1616

@@ -21,7 +21,6 @@
2121
- Upgraded `azure-core` from `1.49.0` to version `1.49.1`.
2222
- Upgraded `azure-core-http-netty` from `1.15.0` to version `1.15.1`.
2323

24-
2524
## 4.8.4 (2024-05-13)
2625

2726
### Other Changes

sdk/keyvault/azure-security-keyvault-keys/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ If you want to take dependency on a particular version of the library that is no
4545
<dependency>
4646
<groupId>com.azure</groupId>
4747
<artifactId>azure-security-keyvault-keys</artifactId>
48-
<version>4.8.4</version>
48+
<version>4.9.0-beta.1</version>
4949
</dependency>
5050
```
5151
[//]: # ({x-version-update-end})

0 commit comments

Comments
 (0)