Skip to content

Commit

Permalink
chore(main): release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ctran88 committed Jan 3, 2025
1 parent 3aec47c commit c4f334c
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.7.1"
".": "1.0.0"
}
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@

All notable changes to this project will be documented in this file.

## [1.0.0](https://github.com/passageidentity/passage-ruby/compare/v0.7.1...v1.0.0) (2025-01-03)


### ⚠ BREAKING CHANGES

* remove deprecated AppInfo code from codegen ([#144](https://github.com/passageidentity/passage-ruby/issues/144))
* user.delete returns nothing instead of boolean
* requires kwargs and renames arg for validate_jwt
* requires kwargs for magic link methods
* update deprecated user method signatures ([#159](https://github.com/passageidentity/passage-ruby/issues/159))
* update class constructor signatures
* remove deprecated methods ([#157](https://github.com/passageidentity/passage-ruby/issues/157))
* remove deprecated client, auth, and user methods

### Features

* remove deprecated AppInfo code from codegen ([#144](https://github.com/passageidentity/passage-ruby/issues/144)) ([4075193](https://github.com/passageidentity/passage-ruby/commit/4075193242dceaa46c882e5fe23aec9edc8027c9))
* remove deprecated client, auth, and user methods ([c49fe3a](https://github.com/passageidentity/passage-ruby/commit/c49fe3aa25080eb18b8d0b918a2ca2d51c6088fe))
* remove deprecated methods ([#157](https://github.com/passageidentity/passage-ruby/issues/157)) ([111431e](https://github.com/passageidentity/passage-ruby/commit/111431ee28195c9589663baa70cdbe9b928dc2ee))
* requires kwargs and renames arg for validate_jwt ([ba6bed9](https://github.com/passageidentity/passage-ruby/commit/ba6bed999064d03e2cd404c38643ef0c3317e6c2))
* requires kwargs for magic link methods ([ba6bed9](https://github.com/passageidentity/passage-ruby/commit/ba6bed999064d03e2cd404c38643ef0c3317e6c2))
* update class constructor signatures ([111431e](https://github.com/passageidentity/passage-ruby/commit/111431ee28195c9589663baa70cdbe9b928dc2ee))
* update deprecated user method signatures ([#159](https://github.com/passageidentity/passage-ruby/issues/159)) ([a6faeba](https://github.com/passageidentity/passage-ruby/commit/a6faeba292675a6f4340cbd9b245bbc037b8e5f5))
* update minimum required ruby version to 3.1.6 ([#162](https://github.com/passageidentity/passage-ruby/issues/162)) ([7da23ec](https://github.com/passageidentity/passage-ruby/commit/7da23ecc852106ee2b9fcaa2d5bb7fb1897d07f1))
* user.delete returns nothing instead of boolean ([c6b5746](https://github.com/passageidentity/passage-ruby/commit/c6b5746506a8758c7d41a6fef0b204e35663ba9a))

## [0.7.1](https://github.com/passageidentity/passage-ruby/compare/v0.7.0...v0.7.1) (2024-12-20)


Expand Down
2 changes: 1 addition & 1 deletion lib/passageidentity/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Passage
VERSION = '0.7.1'
VERSION = '1.0.0'
end

0 comments on commit c4f334c

Please sign in to comment.