Skip to content

Commit

Permalink
Prepare for Search Beta Release January 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
jairmyree committed Jan 13, 2023
1 parent 969540f commit da3f20a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions sdk/search/azure-search-documents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Release History

## 11.6.0-beta.4 (Unreleased)
## 11.6.0-beta.4 (2023-01-13)

### Features Added

### Breaking Changes
### Other Changes

### Bugs Fixed
#### Dependency Updates

### Other Changes
- Upgraded `azure-core` from `1.34.0` to version `1.35.0`.
- Upgraded `azure-core-http-netty` from `1.12.7` to version `1.12.8`.
- Upgraded `azure-core-serializer-json-jackson` from `1.2.23` to version `1.2.24`.

## 11.6.0-beta.3 (2022-11-11)

Expand Down
2 changes: 1 addition & 1 deletion sdk/search/azure-search-documents/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-search-documents</artifactId>
<version>11.5.1</version>
<version>11.6.0-beta.4</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
2 changes: 1 addition & 1 deletion sdk/search/azure-search-documents/src/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-search-documents</artifactId>
<version>11.6.0-beta.1</version>
<version>11.6.0-beta.4</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down

0 comments on commit da3f20a

Please sign in to comment.