Skip to content

Commit 675557b

Browse files
authored
[Cosmos] Update CHANGELOG.md (Azure#39716)
* Update CHANGELOG.md * updates
1 parent 141ec19 commit 675557b

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

sdk/cosmos/azure-cosmos/CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
## Release History
22

3-
### 4.9.1b5 (Unreleased)
3+
### 4.10.1b1 (2025-02-13)
44

55
#### Features Added
66
* Added ability to replace `computed_properties` through `replace_container` method. See [PR 39543](https://github.com/Azure/azure-sdk-for-python/pull/39543)
77

8-
#### Breaking Changes
9-
10-
#### Bugs Fixed
11-
128
#### Other Changes
139
* Un-marked `computed_properties` keyword as **provisional**. See [PR 39543](https://github.com/Azure/azure-sdk-for-python/pull/39543)
1410

sdk/cosmos/azure-cosmos/azure/cosmos/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2020
# SOFTWARE.
2121

22-
VERSION = "4.9.1b5"
22+
VERSION = "4.10.1b1"

0 commit comments

Comments
 (0)