mirror of
https://github.com/inspec/inspec
synced 2024-11-30 08:30:39 +00:00
Releasing v1.19.1
Signed-off-by: Adam Leff <adam@leff.co>
This commit is contained in:
parent
79824d897a
commit
24ab12e5b5
2 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,12 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## [v1.19.1](https://github.com/chef/inspec/tree/v1.19.1) (2017-04-04)
|
||||||
|
[Full Changelog](https://github.com/chef/inspec/compare/v1.19.0...v1.19.1)
|
||||||
|
|
||||||
|
**Merged pull requests:**
|
||||||
|
|
||||||
|
- Loosen addressable version pin [\#1627](https://github.com/chef/inspec/pull/1627) ([adamleff](https://github.com/adamleff))
|
||||||
|
|
||||||
## [v1.19.0](https://github.com/chef/inspec/tree/v1.19.0) (2017-04-04)
|
## [v1.19.0](https://github.com/chef/inspec/tree/v1.19.0) (2017-04-04)
|
||||||
[Full Changelog](https://github.com/chef/inspec/compare/v1.18.0...v1.19.0)
|
[Full Changelog](https://github.com/chef/inspec/compare/v1.18.0...v1.19.0)
|
||||||
|
|
||||||
|
|
|
@ -4,5 +4,5 @@
|
||||||
# author: Christoph Hartmann
|
# author: Christoph Hartmann
|
||||||
|
|
||||||
module Inspec
|
module Inspec
|
||||||
VERSION = '1.19.0'.freeze
|
VERSION = '1.19.1'.freeze
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue