diff --git a/CHANGELOG.md b/CHANGELOG.md index a1f82ec..d8aaf74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.0.2](https://github.com/towfiqi/serpbear/compare/v2.0.1...v2.0.2) (2024-03-13) + + +### Bug Fixes + +* Resolves Broken Google Adwords Authentication in Docker containers. ([1d0a788](https://github.com/towfiqi/serpbear/commit/1d0a78881039b3ebd4b1e00fb067016886d49c31)), closes [#179](https://github.com/towfiqi/serpbear/issues/179) + ### [2.0.1](https://github.com/towfiqi/serpbear/compare/v2.0.0...v2.0.1) (2024-03-06) diff --git a/package-lock.json b/package-lock.json index 62735ab..ff2e672 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "serpbear", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "serpbear", - "version": "2.0.1", + "version": "2.0.2", "dependencies": { "@googleapis/searchconsole": "^1.0.0", "@isaacs/ttlcache": "^1.4.1", diff --git a/package.json b/package.json index 466d686..b76c924 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serpbear", - "version": "2.0.1", + "version": "2.0.2", "private": true, "scripts": { "dev": "next dev",