We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a479977 commit 9c77b2bCopy full SHA for 9c77b2b
2 files changed
CHANGELOG.md
@@ -4,7 +4,7 @@ The API endpoint for _Orbit_.
4
5
## 1.5.0
6
7
-Released at: UNRELEASED
+Released at: 13.08.2019
8
9
1. Added support for `ECDSA` for both key exchange and host key algorithms.
10
@@ -26,7 +26,7 @@ Released at: UNRELEASED
26
27
10. Upgraded to mruby 2.0.1
28
29
-[Full Changelog](https://github.com/appplant/iss/compare/1.4.7...HEAD)
+[Full Changelog](https://github.com/appplant/iss/compare/1.4.7...1.5.0)
30
31
## 1.4.7
32
mrblib/iss/version.rb
@@ -21,5 +21,5 @@
21
# SOFTWARE.
22
23
module ISS
24
- VERSION = '1.5.0.beta.1'.freeze
+ VERSION = '1.5.0'.freeze
25
end
0 commit comments