Skip to content

Commit 066f9c5

Browse files
v2.0.1
1 parent 7bfee6f commit 066f9c5

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
Changelog
22
=========
33

4-
## Unreleased
5-
6-
### Added
7-
8-
### Changed
9-
10-
### Removed
4+
## [v2.0.1]
115

126
### Issues Addressed
137
* `facter` may raise when `show install patches` in some environments
@@ -622,6 +616,7 @@ Cisco::Environment.add_env('default', env)
622616
[git-flow]: https://github.com/petervanderdoes/gitflow-avh
623617
[SimpleCov]: https://github.com/colszowka/simplecov
624618

619+
[v2.0.1]: https://github.com/cisco/cisco-network-node-utils/compare/v2.0.0...v2.0.1
625620
[v2.0.0]: https://github.com/cisco/cisco-network-node-utils/compare/v1.10.0...v2.0.0
626621
[v1.10.0]: https://github.com/cisco/cisco-network-node-utils/compare/v1.9.0...v1.10.0
627622
[v1.9.0]: https://github.com/cisco/cisco-network-node-utils/compare/v1.8.0...v1.9.0

lib/cisco_node_utils/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# Container module for version number only.
1616
module CiscoNodeUtils
17-
VERSION = '2.0.0-dev'
17+
VERSION = '2.0.1'
1818
gem_version = Gem::Version.new(Gem::VERSION)
1919
min_gem_version = Gem::Version.new('2.1.0')
2020
fail 'Required rubygems version >= 2.1.0' if gem_version < min_gem_version

0 commit comments

Comments
 (0)