Skip to content

Commit

Permalink
Merge pull request #352 from gphotosuploader/release-3.5.1
Browse files Browse the repository at this point in the history
Release v3.5.1
  • Loading branch information
pacoorozco authored May 29, 2023
2 parents 215e616 + fb46dfe commit cebb4b2
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,22 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/).

## 3.5.1
### Added
- Support for the latest published Go version (1.20). This project will maintain compatibility with the latest two major versions published.

### Fixed
- Restrict allowed SecretsBackendTypes to the ones supported by the CLI. ([#347][i347])

### Removed
- Support for previous Go version (1.18).

[i347]: https://github.com/gphotosuploader/gphotos-uploader-cli/issues/347

## 3.5.0
### Added
- Support for the latest published Go version (1.19). This project will maintain compatibility with the latest two major versions published.
### Fix
### Fixed
- Exit if daily API quota is exceeded. Thanks to [@mlbright](https://github.com/mlbright) ([#341][i341])
### Removed
- Once Go 1.19 has been published, previous Go 1.17 support is deprecated.
Expand Down

0 comments on commit cebb4b2

Please sign in to comment.