We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de1ab0e commit 285efa7Copy full SHA for 285efa7
2 files changed
CHANGELOG.md
@@ -4,7 +4,7 @@ The API endpoint for _Orbit_.
4
5
## 1.5.2
6
7
-Released at:
+Released at: 30.08.2024
8
9
1. Use SSH Agent instead of `$ORBIT_KEY` for authentication.
10
@@ -54,7 +54,7 @@ Released at:
54
55
12. Upgraded to mruby 3.1.0
56
57
-[Full Changelog](https://github.com/katzer/iss/compare/1.5.1...HEAD)
+[Full Changelog](https://github.com/katzer/iss/compare/1.5.1...1.5.2)
58
59
## 1.5.1
60
mrblib/iss/version.rb
@@ -21,5 +21,5 @@
21
# SOFTWARE.
22
23
module ISS
24
- VERSION = '1.5.2-dev'.freeze
+ VERSION = '1.5.2'.freeze
25
end
0 commit comments