From ae76fc4fab28b01a60d601f226fb517ec9afb7a8 Mon Sep 17 00:00:00 2001 From: samwelkanda Date: Wed, 13 Sep 2023 16:16:40 +0300 Subject: [PATCH 1/2] Bump package version --- kiota_abstractions/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" From ed6e73d8ae34d5e5e22233d72d1af555124ed7be Mon Sep 17 00:00:00 2001 From: samwelkanda Date: Wed, 13 Sep 2023 16:18:51 +0300 Subject: [PATCH 2/2] Add CHANGELOG entry --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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