Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Commit 191afce

Browse files
committed
Bump package version and add CHANGELOG entry
1 parent da076c3 commit 191afce

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.2.1] - 2024-01-22
9+
10+
### Added
11+
12+
### Changed
13+
14+
- Fixed bug with redirect handler maintaing `max_redirect` across requests.[#246](https://github.com/microsoft/kiota-http-python/issues/246)
15+
816
## [1.2.0] - 2023-11-29
917

1018
### Added

kiota_http/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION: str = '1.2.0'
1+
VERSION: str = '1.2.1'

0 commit comments

Comments
 (0)