Skip to content

Commit f089a19

Browse files
committed
Release version 1.0.0
1 parent 5121449 commit f089a19

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ChangeLog
22

3-
## 0.2.2 (Unreleased)
3+
## 1.0.0 (2016-10-31)
44

55
- Add explicit error on missing authentication.
66
- Add zone option.

lib/scaleway/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Scaleway
2-
VERSION = '0.2.2'
2+
VERSION = '1.0.0'
33
end

spec/scaleway_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
its(:token) { should eq "token_required" }
2222
its(:organization) { should eq "organization_required" }
2323

24-
it { expect(Scaleway::VERSION).to eq "0.2.2" }
24+
it { expect(Scaleway::VERSION).to eq "1.0.0" }
2525
end
2626

2727
describe "test ams1" do

0 commit comments

Comments
 (0)