Skip to content

Commit 6bad01b

Browse files
committed
fix: updating release versions
1 parent 6bd2131 commit 6bad01b

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

sdk/cosmos/azure-cosmos/CHANGELOG.md

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

3-
### 4.14.1 (Unreleased)
4-
5-
#### Features Added
6-
7-
#### Breaking Changes
3+
### 4.14.1 (2025-11-04)
84

95
#### Bugs Fixed
106
* Fixed bug where queries using `feed_range` and `continuation` options would not work as expected. See [PR 43700](https://github.com/Azure/azure-sdk-for-python/pull/43700).
117

12-
#### Other Changes
13-
148
### 4.14.0 (2025-10-13)
159
This version and all future versions will require Python 3.9+.
1610

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.14.0"
22+
VERSION = "4.14.1"

0 commit comments

Comments
 (0)