Prep for v1.9.0

This commit is contained in:
makeworld 2021-12-07 21:55:56 -05:00
parent efb398fed8
commit bf62e9498d
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [1.9.0] - 2021-12-07
### Added ### Added
- Support for version 1.1 JSON feeds - Support for version 1.1 JSON feeds
- Copy current URL or selected URL to clipboard (#220, #225) - Copy current URL or selected URL to clipboard (#220, #225)

View File

@ -16,7 +16,7 @@ import (
) )
var ( var (
version = "v1.8.0" version = "v1.9.0"
commit = "unknown" commit = "unknown"
builtBy = "unknown" builtBy = "unknown"
) )