mirror of
https://github.com/inspec/inspec
synced 2024-11-22 12:43:07 +00:00
Bump version to 1.45.4 by Expeditor
This commit is contained in:
parent
c91553c6f8
commit
c5130621f3
3 changed files with 9 additions and 6 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,15 +1,18 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 1.45.3 -->
|
||||
## [v1.45.3](https://github.com/chef/inspec/tree/v1.45.3) (2017-11-14)
|
||||
<!-- latest_release 1.45.4 -->
|
||||
## [v1.45.4](https://github.com/chef/inspec/tree/v1.45.4) (2017-11-14)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Fix gid filtering for etc_group resource [#2297](https://github.com/chef/inspec/pull/2297) ([eramoto](https://github.com/eramoto))
|
||||
#### Enhancements
|
||||
- Correctly format skip exceptions in formatters [#2307](https://github.com/chef/inspec/pull/2307) ([adamleff](https://github.com/adamleff))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=1.44.8 -->
|
||||
### Changes since 1.44.8 release
|
||||
|
||||
#### Enhancements
|
||||
- Correctly format skip exceptions in formatters [#2307](https://github.com/chef/inspec/pull/2307) ([adamleff](https://github.com/adamleff)) <!-- 1.45.4 -->
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Fix gid filtering for etc_group resource [#2297](https://github.com/chef/inspec/pull/2297) ([eramoto](https://github.com/eramoto)) <!-- 1.45.3 -->
|
||||
- Habitat build works for all versions, eliminates rake [#2301](https://github.com/chef/inspec/pull/2301) ([adamleff](https://github.com/adamleff)) <!-- 1.45.2 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.45.3
|
||||
1.45.4
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '1.45.3'.freeze
|
||||
VERSION = '1.45.4'.freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue