summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md6
-rw-r--r--oxidized.gemspec2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 871b291..c1735c3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# 0.3.0
- FEATURE: *FIXME* bunch of stuff I did for richih, docs needed
+- FEATURE: ComWare model (by erJasp)
+- FEATURE: Add comment support for router.db file
+- FEATURE: Add input debugging and related configuration options
+- BUGFIX: Fix ASA model prompt
+- BUGFIX: Fix Aruba model display
+- BUGFIX: Fix changing output in PowerConnect model
# 0.2.4
- FEATURE: Cisco SMB (Nikola series VxWorks) model by @thetamind
diff --git a/oxidized.gemspec b/oxidized.gemspec
index 413f150..df8036a 100644
--- a/oxidized.gemspec
+++ b/oxidized.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'oxidized'
- s.version = '0.2.4'
+ s.version = '0.3.0'
s.licenses = %w( Apache-2.0 )
s.platform = Gem::Platform::RUBY
s.authors = [ 'Saku Ytti', 'Samer Abdel-Hafez' ]