summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md5
-rw-r--r--lib/oxidized/version.rb2
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 86bfe31..e5623f9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,7 @@
-# 0 14.0
+# 0.14.1
+- BUGFIX: git get_version when groups and single_repo are used
+
+# 0.14.0
- FEATURE: support supermicro swithes (by @funzoneq)
- FEATURE: support catos switches
- BUGFIX: git+groups+singlerepo (by @PANZERBARON)
diff --git a/lib/oxidized/version.rb b/lib/oxidized/version.rb
index b0fe2a5..392b636 100644
--- a/lib/oxidized/version.rb
+++ b/lib/oxidized/version.rb
@@ -1,3 +1,3 @@
module Oxidized
- VERSION = '0.14.0'
+ VERSION = '0.14.1'
end