aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-04-19 22:49:11 -0700
committerKenny Root <kenny@the-b.org>2015-04-19 22:49:11 -0700
commitd09cc50fa954f2d1e8af91a07ff715e58a0a0a9f (patch)
treec2aeef00f456d3e85653c94c84b84374808f7895 /CHANGELOG.md
parentc960f1ef596e6b1393f18ece9b2bd74353eb115f (diff)
downloadconnectbot-d09cc50fa954f2d1e8af91a07ff715e58a0a0a9f.tar.gz
connectbot-d09cc50fa954f2d1e8af91a07ff715e58a0a0a9f.tar.bz2
connectbot-d09cc50fa954f2d1e8af91a07ff715e58a0a0a9f.zip
Update version code for v1.8.4
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0c563ed..5e7991a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased][unreleased]
+
+## [1.8.4][1.8.4] - 2015-04-19
### Fixed
- Key exchange and host key algorithm preference order was not being
respected.
@@ -19,7 +21,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- All addresses for a particular host will be tried when connecting
(including IPv6).
-## [1.8.3][1.8.3] - 2014-04-02
+## [1.8.3][1.8.3] - 2015-04-02
### Fixed
- Only enable EC support when the device supports it.
- Default font size scales with the device display density.
@@ -27,5 +29,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Color picker color numbers are now localized
-[unreleased]: https://github.com/connectbot/connectbot/compare/v1.8.3...HEAD
+[unreleased]: https://github.com/connectbot/connectbot/compare/v1.8.4...HEAD
+[1.8.4]: https://github.com/connectbot/connectbot/compare/v1.8.3...v1.8.4
[1.8.3]: https://github.com/connectbot/connectbot/compare/v1.8.2...v1.8.3