diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 06d6df2..b7634f9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.2" + ".": "1.0.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c7f45a..bbf9b9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.0.3](https://github.com/passageidentity/passage-ruby/compare/v1.0.2...v1.0.3) (2026-01-09) + + +### Documentation + +* add sunset notice to README ([#178](https://github.com/passageidentity/passage-ruby/issues/178)) ([18cf380](https://github.com/passageidentity/passage-ruby/commit/18cf380fc7d8658093d5758af92baff333ba4d47)) + ## [1.0.2](https://github.com/passageidentity/passage-ruby/compare/v1.0.1...v1.0.2) (2025-04-29) diff --git a/lib/passageidentity/version.rb b/lib/passageidentity/version.rb index efa0644..91d881b 100644 --- a/lib/passageidentity/version.rb +++ b/lib/passageidentity/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Passage - VERSION = '1.0.2' + VERSION = '1.0.3' end