summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 b80da22..c482508 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
# 0.16.3
- BUGFIX: cumulus prompt not working with default switch configs (by @nertwork)
+# 0.16.2
+- BUGFIX: when not using git (by @danilopopeye)
+- BUGFIX: screenos update
+
# 0.16.1
- BUGFIX: unnecessary puts statement removed from git.rb
diff --git a/lib/oxidized/version.rb b/lib/oxidized/version.rb
index 023f184..54defae 100644
--- a/lib/oxidized/version.rb
+++ b/lib/oxidized/version.rb
@@ -1,3 +1,3 @@
module Oxidized
- VERSION = '0.16.2'
+ VERSION = '0.16.3'
end