Bump version to 1.46.3 by Expeditor

This commit is contained in:
Chef Expeditor 2017-11-29 14:16:49 +00:00
parent 3f14e467b3
commit a3954dec1b
3 changed files with 12 additions and 4 deletions

View file

@ -1,9 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release -->
<!-- latest_release 1.46.3 -->
## [v1.46.3](https://github.com/chef/inspec/tree/v1.46.3) (2017-11-29)
#### Bug Fixes
- Unique export file for security policy resource [#2350](https://github.com/chef/inspec/pull/2350) ([jquick](https://github.com/jquick))
<!-- latest_release -->
<!-- release_rollup -->
<!-- release_rollup since=1.46.2 -->
### Changes since 1.46.2 release
#### Bug Fixes
- Unique export file for security policy resource [#2350](https://github.com/chef/inspec/pull/2350) ([jquick](https://github.com/jquick)) <!-- 1.46.3 -->
<!-- release_rollup -->
<!-- latest_stable_release -->

View file

@ -1 +1 @@
1.46.2
1.46.3

View file

@ -4,5 +4,5 @@
# author: Christoph Hartmann
module Inspec
VERSION = '1.46.2'
VERSION = '1.46.3'
end