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 c2614e3 commit d6811edCopy full SHA for d6811ed
CHANGELOG.md
@@ -1,7 +1,10 @@
1
## CHANGELOG
2
3
+## Version 0.9.2
4
+* Changed `ElementBase` from Superclass to Mixin
5
+
6
## Version 0.9.1
-* Added dependency for `system_timer` if `RUBY_VERSION < 1.9
7
+* Added dependency for `system_timer` if `RUBY_VERSION < 1.9`
8
9
## Version 0.9.0
10
* Added parsing and returning of `Netvisor::Response` objects
lib/netvisor/version.rb
@@ -1,3 +1,3 @@
module Netvisor
- VERSION = "0.9.1"
+ VERSION = "0.9.2"
end
0 commit comments