diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e744a0..267d6ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.4.1] - 2024-03-25 +## [1.3.2] - 2024-03-25 ### Added diff --git a/kiota_abstractions/_version.py b/kiota_abstractions/_version.py index ac23613..9964bf2 100644 --- a/kiota_abstractions/_version.py +++ b/kiota_abstractions/_version.py @@ -1 +1 @@ -VERSION: str = "1.4.1" +VERSION: str = "1.3.2"