diff --git a/CHANGELOG.md b/CHANGELOG.md index 9431c7da..2ca9ef16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog All notable changes to this project will be documented in this file. +## 2.9.5 - 2021-01-31 + +### Changed + +- Change link colors +- Extend timeout to 5 seconds for reverse lookup of short urls + ## 2.9.4 - 2021-01-12 ### Changed diff --git a/src/tweetz.core/Models/VersionInfo.cs b/src/tweetz.core/Models/VersionInfo.cs index df3d6fcd..b5813a4b 100644 --- a/src/tweetz.core/Models/VersionInfo.cs +++ b/src/tweetz.core/Models/VersionInfo.cs @@ -2,7 +2,7 @@ { public static class VersionInfo { - public static string Version => "v2.9.4"; + public static string Version => "v2.9.5"; public static string Copyright => "Copyright 2021, Mike Ward"; } } \ No newline at end of file diff --git a/src/tweetz.core/app.manifest b/src/tweetz.core/app.manifest index 3643f5d8..4b368d00 100644 --- a/src/tweetz.core/app.manifest +++ b/src/tweetz.core/app.manifest @@ -1,6 +1,6 @@  - +