diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ba1d2103..117f5deed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - + +## [v3.6.3](https://github.com/inspec/inspec/tree/v3.6.3) (2019-02-08) + +#### Merged Pull Requests +- Add the 2.x branch to expeditor [#3789](https://github.com/inspec/inspec/pull/3789) ([clintoncwolfe](https://github.com/clintoncwolfe)) - + +### Changes since 3.6.2 release + +#### Merged Pull Requests +- Add the 2.x branch to expeditor [#3789](https://github.com/inspec/inspec/pull/3789) ([clintoncwolfe](https://github.com/clintoncwolfe)) diff --git a/VERSION b/VERSION index 77a069e39..1ac53bb4b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.6.2 \ No newline at end of file +3.6.3 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index f0c119fbd..6d8c32e7b 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '3.6.2' + VERSION = '3.6.3' end