diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f44b94..f9efb62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.9.0] - 2021-12-07 ### Added - Support for version 1.1 JSON feeds - Copy current URL or selected URL to clipboard (#220, #225) diff --git a/amfora.go b/amfora.go index 970e196..9ec7535 100644 --- a/amfora.go +++ b/amfora.go @@ -16,7 +16,7 @@ import ( ) var ( - version = "v1.8.0" + version = "v1.9.0" commit = "unknown" builtBy = "unknown" )