diff --git a/packages/upstash-redis/CHANGELOG.md b/packages/upstash-redis/CHANGELOG.md index e4d87c4d..8f36f71c 100644 --- a/packages/upstash-redis/CHANGELOG.md +++ b/packages/upstash-redis/CHANGELOG.md @@ -2,3 +2,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 1.1.0 (2022-01-17) + +### Bug Fixes + +- **upstash-redis:** expose environment variables in workflow ([#373](https://github.com/nextauthjs/adapters/issues/373)) ([fcee362](https://github.com/nextauthjs/adapters/commit/fcee36227fec4e42e818f104b06a3030838790da)) +- **upstash-redis:** fix deployment ([c2df2c8](https://github.com/nextauthjs/adapters/commit/c2df2c86b53f4e42a2bc1051256701ec7cc08fbd)) + +### Features + +- **upstash-redis:** add upstash-redis adapter ([#341](https://github.com/nextauthjs/adapters/issues/341)) ([f4a8464](https://github.com/nextauthjs/adapters/commit/f4a84644296f545c1dac16519337a6dc7718c88c)) diff --git a/packages/upstash-redis/package.json b/packages/upstash-redis/package.json index 8547a75e..0454fa00 100644 --- a/packages/upstash-redis/package.json +++ b/packages/upstash-redis/package.json @@ -1,6 +1,6 @@ { "name": "@next-auth/upstash-redis-adapter", - "version": "1.0.0", + "version": "1.1.0", "description": "Upstash adapter for next-auth. It uses Upstash's connectionless (HTTP based) Redis client.", "homepage": "https://next-auth.js.org", "repository": "https://github.com/nextauthjs/adapters", @@ -30,8 +30,8 @@ "dist" ], "peerDependencies": { - "next-auth": "^4.0.1", - "@upstash/redis": "^0.2.1" + "@upstash/redis": "^0.2.1", + "next-auth": "^4.0.1" }, "devDependencies": { "@upstash/redis": "^0.2.1",