summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornopedial <sam@arahant.net>2016-02-06 19:08:56 +0000
committernopedial <sam@arahant.net>2016-02-06 19:08:56 +0000
commitf726c61a52f7257794cb26b207cec1f450f92e08 (patch)
tree05850c260cef1e73d1f76c81df699a9ebc91adc8
parent552f16628cde6a9a66f11e3972122435077ff445 (diff)
bump version
-rw-r--r--CHANGELOG.md4
-rw-r--r--lib/oxidized/version.rb2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a853d31..4e71cbe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.12.1
+- BUGFIX: set term to vty100
+- BUGFIX: MRV model fixes (by @natm)
+
# 0.12.0
- FEATURE: enhance AOSW (by @mikebryant)
- FEATURE: F5 TMOS support (by @mikebryant)
diff --git a/lib/oxidized/version.rb b/lib/oxidized/version.rb
index 5db28d4..21e7538 100644
--- a/lib/oxidized/version.rb
+++ b/lib/oxidized/version.rb
@@ -1,3 +1,3 @@
module Oxidized
- VERSION = '0.12.0'
+ VERSION = '0.12.1'
end