diff --git a/CHANGELOG.md b/CHANGELOG.md index 98e91df..58a3f6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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). +## [0.8.2] - 2023-09-13 + +### Added + +### Changed +- Switched from uritemplate to std-uritemplate for URI templating. +- Handles exception thrown when APIError class has no error attribute. + ## [0.8.1] - 2023-09-01 ### Added diff --git a/kiota_abstractions/_version.py b/kiota_abstractions/_version.py index 0f3bfea..459c34d 100644 --- a/kiota_abstractions/_version.py +++ b/kiota_abstractions/_version.py @@ -1 +1 @@ -VERSION: str = "0.8.1" +VERSION: str = "0.8.2"