We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5121449 commit f089a19Copy full SHA for f089a19
CHANGES.md
@@ -1,6 +1,6 @@
1
# ChangeLog
2
3
-## 0.2.2 (Unreleased)
+## 1.0.0 (2016-10-31)
4
5
- Add explicit error on missing authentication.
6
- Add zone option.
lib/scaleway/version.rb
@@ -1,3 +1,3 @@
module Scaleway
- VERSION = '0.2.2'
+ VERSION = '1.0.0'
end
spec/scaleway_spec.rb
@@ -21,7 +21,7 @@
21
its(:token) { should eq "token_required" }
22
its(:organization) { should eq "organization_required" }
23
24
- it { expect(Scaleway::VERSION).to eq "0.2.2" }
+ it { expect(Scaleway::VERSION).to eq "1.0.0" }
25
26
27
describe "test ams1" do
0 commit comments