diff --git a/CHANGELOG.md b/CHANGELOG.md index 3992b681..9d20ac88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [4.1.1] + +### Fixed + +- [Fix to create album to new account](https://github.com/3846masa/upload-gphotos/pull/453) + ## [4.1.0] ### Added @@ -19,5 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Refactor all files. +[4.1.1]: https://github.com/3846masa/upload-gphotos/releases/tag/v4.1.1 [4.1.0]: https://github.com/3846masa/upload-gphotos/releases/tag/v4.1.0 [4.0.0]: https://github.com/3846masa/upload-gphotos/releases/tag/v4.0.0 diff --git a/package.json b/package.json index 26bc1663..525c5bb0 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "bugs": { "url": "https://github.com/3846masa/upload-gphotos/issues" }, - "version": "4.1.0", + "version": "4.1.1", "main": "lib/index.js", "bin": { "upload-gphotos": "lib/cli/index.js"