diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b81d4390..147ba5f2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ undefined +## [0.3.2](https://github.com/nhost/hasura-auth/compare/v0.3.1...v0.3.2) (2022-03-09) + + +### Bug Fixes + +* patch twitch Oauth provider ([1cd9926](https://github.com/nhost/hasura-auth/commit/1cd992602b22cbd40cd5dbf44947a67ba303ef5f))undefined + ## [0.3.1](https://github.com/nhost/hasura-auth/compare/v0.3.0...v0.3.1) (2022-03-04) diff --git a/package.json b/package.json index d364af641..68ec219ec 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "url": "git://github.com/nhost/hasura-auth.git", "type": "git" }, - "version": "0.3.1", + "version": "0.3.2", "main": "dist/start.js", "scripts": { "build": "rimraf dist && tsc --project tsconfig.build.json && tsc-alias",