diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8305f20..9601cc1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,7 @@ 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.4.0] - 2020-07-28
### Added
- **Themeing** - check out [default-config.toml](./default-config.toml) for details (#46)
- Tab now also enters link selecting mode, like Enter (#48)
@@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `.ansi` is also supported for `text/x-ansi` files, as well as the already supported `.ans`
### Changed
-- Documented Ctrl-C has "Hard quit"
+- Documented Ctrl-C as "Hard quit"
- Updated [cview](https://gitlab.com/tslocum/cview/) to latest commit: `cc7796c4ca44e3908f80d93e92e73694562d936a`
- The bottom bar label now uses the same color as the tabs at the top
- Tab and blue link colors were changed very slightly to be part of the 256 Xterm colors, for better terminal support
diff --git a/NOTES.md b/NOTES.md
index 1dab6ea..d72eda9 100644
--- a/NOTES.md
+++ b/NOTES.md
@@ -2,7 +2,7 @@
## Issues
- URL for each tab should not be stored as a string - in the current code there's lots of reparsing the URL
-- Can't go back or do other things while page is loading - need a way to stop `handleURL`
+
## Regressions
diff --git a/README.md b/README.md
index ef2db99..7c0017b 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ Features in *italics* are in the master branch, but not in the latest release.
- [x] Built-in search (uses GUS by default)
- [x] Bookmarks
- [x] Download pages and arbitrary data
-- [x] *Themeing*
+- [x] Themeing
- [ ] Search in pages with Ctrl-F
- [ ] Emoji favicons
- See `gemini://mozz.us/files/rfc_gemini_favicon.gmi` for details
diff --git a/amfora.go b/amfora.go
index 0139fbf..491a63b 100644
--- a/amfora.go
+++ b/amfora.go
@@ -8,7 +8,7 @@ import (
"github.com/makeworld-the-better-one/amfora/display"
)
-var version = "1.4.0-unreleased"
+var version = "1.4.0"
func main() {
// err := logger.Init()