diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f87262a..bc7e4aa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.15.0" + ".": "0.16.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f7816c..a7e49cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ 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.16.0](https://github.com/microsoft/kiota-http-ruby/compare/v0.15.0...v0.16.0) (2026-04-23) + + +### Features + +* upgrade ruby CI matrix to 3.3, 3.4 and 4.0 ([7bf4976](https://github.com/microsoft/kiota-http-ruby/commit/7bf497603ae5106b57e7b1baf5b51b902049d17c)) +* upgrade ruby CI matrix to 3.3, 3.4 and 4.0 ([278f84d](https://github.com/microsoft/kiota-http-ruby/commit/278f84dd0fd8f2d9d13927089b8c09fcc51b5402)) + + +### Bug Fixes + +* update minimum required ruby version to 3.3.0 ([fa6e13f](https://github.com/microsoft/kiota-http-ruby/commit/fa6e13fbd422c508a690a29e678ebc1ca3d7f33a)) +* update minimum required ruby version to 3.3.0 ([f867d27](https://github.com/microsoft/kiota-http-ruby/commit/f867d270aa008881650af6470428cc19b29d2abd)) + ## [Unreleased] ### Added diff --git a/lib/microsoft_kiota_faraday/version.rb b/lib/microsoft_kiota_faraday/version.rb index 72c4bfd..cbbb19c 100644 --- a/lib/microsoft_kiota_faraday/version.rb +++ b/lib/microsoft_kiota_faraday/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module MicrosoftKiotaFaraday - VERSION = '0.15.0' + VERSION = '0.16.0' end