Skip to content

Commit 94330c6

Browse files
author
Timo Sand
committed
Updated gem version to 0.9.1
1 parent 27abb49 commit 94330c6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## CHANGELOG
2+
3+
## Version 0.9.1
4+
* Added dependency for `system_timer` if `RUBY_VERSION < 1.9
5+
6+
## Version 0.9.0
7+
* Added parsing and returning of `Netvisor::Response` objects

lib/netvisor/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Netvisor
2-
VERSION = "0.9"
2+
VERSION = "0.9.1"
33
end

0 commit comments

Comments
 (0)