Skip to content

Commit d6811ed

Browse files
author
Timo Sand
committed
Updated gem version 0.9.2
1 parent c2614e3 commit d6811ed

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
## CHANGELOG
22

3+
## Version 0.9.2
4+
* Changed `ElementBase` from Superclass to Mixin
5+
36
## Version 0.9.1
4-
* Added dependency for `system_timer` if `RUBY_VERSION < 1.9
7+
* Added dependency for `system_timer` if `RUBY_VERSION < 1.9`
58

69
## Version 0.9.0
710
* 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.1"
2+
VERSION = "0.9.2"
33
end

0 commit comments

Comments
 (0)