Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 2.0.0 #122

Merged
merged 1 commit into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.12.0"
".": "2.0.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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

## [2.0.0](https://github.com/passageidentity/passage-go/compare/v1.12.0...v2.0.0) (2025-01-10)


### ⚠ BREAKING CHANGES

* changes various type and struct names
* rename Passage struct and ctor signature and remove old Error class ([#123](https://github.com/passageidentity/passage-go/issues/123))
* remove deprecated code and rename structs and files ([#119](https://github.com/passageidentity/passage-go/issues/119))

### Features

* add parameter guards for Passage constructor ([#125](https://github.com/passageidentity/passage-go/issues/125)) ([85d18d0](https://github.com/passageidentity/passage-go/commit/85d18d0bbaee045358f65aae1dc1b706b4b98a97))
* change type and add parameter guard for language in magic link options ([#124](https://github.com/passageidentity/passage-go/issues/124)) ([afb86ea](https://github.com/passageidentity/passage-go/commit/afb86eaad3ee2a03efd5420f179143b540739020))
* changes various type and struct names ([d82a3e7](https://github.com/passageidentity/passage-go/commit/d82a3e7a5edc37225941f7ba277e03b0f756cd76))
* remove deprecated code and rename structs and files ([#119](https://github.com/passageidentity/passage-go/issues/119)) ([6445861](https://github.com/passageidentity/passage-go/commit/64458618c3c003e1b89e62a8c7a3337ccfaaaab0))
* rename Passage struct and ctor signature and remove old Error class ([#123](https://github.com/passageidentity/passage-go/issues/123)) ([e4fe6f0](https://github.com/passageidentity/passage-go/commit/e4fe6f0cba28f0010e8e22a13e93f82b3fda7d86))

## [1.12.0](https://github.com/passageidentity/passage-go/compare/v1.11.2...v1.12.0) (2024-12-12)


Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package passage

const version = "v1.12.0" // x-release-please-version
const version = "v2.0.0" // x-release-please-version
Loading