Update changelog and bump version for this next release.

This commit is contained in:
Justin Hawkins 2021-11-07 13:29:57 +10:30
parent 2042c7520d
commit 1228920004
2 changed files with 6 additions and 1 deletions

View File

@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
- Break upload page into pending/current/complete sections
- Add preview thumbnails for each upload
- Add feature to hold an image for upload, so the user can
choose to upload it or not
## [v0.11.2] - 2021-10-19
- Really fix the bug where too large attachments keep retrying

View File

@ -7,7 +7,7 @@ import (
"golang.org/x/mod/semver"
)
const CurrentVersion string = "v0.11.2"
const CurrentVersion string = "v0.12.0"
func NewVersionAvailable(v string) bool {
if !semver.IsValid(CurrentVersion) {