Skip to content

Commit

Permalink
Update version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hallidave committed Nov 22, 2011
1 parent f09b160 commit 60f8134
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ examples below for more details.

== Changes

Changes for version 1.1.0:

* Added MIB support to ObjectId and Varbind, so that to_s can return symbolic information
* Added to_str method to ObjectId to return a numeric OID string (old to_s behavior)
* TrapListener can now support multiple community strings

Changes for version 1.0.4:

* New option handling and added lower-case versions of all options
Expand Down
2 changes: 1 addition & 1 deletion lib/snmp/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SNMP
VERSION = "1.1.0.dev"
VERSION = "1.1.0"
end

0 comments on commit 60f8134

Please sign in to comment.