diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 19ee807..71e95ba 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.19.0" + ".": "0.20.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index de29a4b..3f72cfc 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.20.0](https://github.com/microsoft/kiota-ruby/compare/v0.19.0...v0.20.0) (2026-08-27) + + +### Features + +* adds support for wildcard host validation ([fc59c2b](https://github.com/microsoft/kiota-ruby/commit/fc59c2b310937fd79763171d6c619bba31002769)) +* adds support for wildcard host validation ([ca42d56](https://github.com/microsoft/kiota-ruby/commit/ca42d5601330777e109f54683d4fc1a20444e82b)) + ## [0.19.0](https://github.com/microsoft/kiota-ruby/compare/v0.18.0...v0.19.0) (2026-08-27) diff --git a/components/abstractions/lib/microsoft_kiota_abstractions/version.rb b/components/abstractions/lib/microsoft_kiota_abstractions/version.rb index 5e850ad..fbeb355 100644 --- a/components/abstractions/lib/microsoft_kiota_abstractions/version.rb +++ b/components/abstractions/lib/microsoft_kiota_abstractions/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module MicrosoftKiotaAbstractions - VERSION = '0.19.0' # x-release-please-version + VERSION = '0.20.0' # x-release-please-version end diff --git a/components/authentication/oauth/lib/microsoft_kiota_authentication_oauth/version.rb b/components/authentication/oauth/lib/microsoft_kiota_authentication_oauth/version.rb index 91c45c8..a68e7af 100644 --- a/components/authentication/oauth/lib/microsoft_kiota_authentication_oauth/version.rb +++ b/components/authentication/oauth/lib/microsoft_kiota_authentication_oauth/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module MicrosoftKiotaAuthenticationOAuth - VERSION = '0.19.0' # x-release-please-version + VERSION = '0.20.0' # x-release-please-version end diff --git a/components/http/lib/microsoft_kiota_faraday/version.rb b/components/http/lib/microsoft_kiota_faraday/version.rb index be63fdc..91d326a 100644 --- a/components/http/lib/microsoft_kiota_faraday/version.rb +++ b/components/http/lib/microsoft_kiota_faraday/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module MicrosoftKiotaFaraday - VERSION = '0.19.0' # x-release-please-version + VERSION = '0.20.0' # x-release-please-version end diff --git a/components/serialization/json/lib/microsoft_kiota_serialization_json/version.rb b/components/serialization/json/lib/microsoft_kiota_serialization_json/version.rb index 634fc36..5370abf 100644 --- a/components/serialization/json/lib/microsoft_kiota_serialization_json/version.rb +++ b/components/serialization/json/lib/microsoft_kiota_serialization_json/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module MicrosoftKiotaSerializationJson - VERSION = '0.19.0' # x-release-please-version + VERSION = '0.20.0' # x-release-please-version end diff --git a/version.txt b/version.txt index 1cf0537..5a03fb7 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.19.0 +0.20.0