瀏覽代碼

Prep CHANGELOG for 4.0.0

Signed-off-by: Jared Ledvina <jared@techsmix.net>
Jared Ledvina 6 年之前
父節點
當前提交
739da3c439
共有 1 個文件被更改,包括 11 次插入2 次删除
  1. 11 2
      CHANGELOG.md

+ 11 - 2
CHANGELOG.md

@@ -6,13 +6,22 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
 
 ## [Unreleased]
 
+## [4.0.0] - 2019-02-17
+### Breaking Changes
+- Upgrade all playbooks to `loop` syntax, requiring Ansible 2.5 or higher (@michaelpporter)
+
+### Changed
+- Upgrade Inspec to 3.6.6 (@jaredledvina)
+- Re-enabled Ubuntu 18.04 integration tests (@michaelpporter)
+- Switch from `local_action` to `delegate_to: localhost` (@michaelpporter)
+
 ## [3.0.0] - 2019-02-16
 ### Breaking Changes
 - Officially drop support for Ansible 2.3 (@jaredledvina)
-- Switch to `include_tasks` and `import_tasks` (@michaelporter)
+- Switch to `include_tasks` and `import_tasks` (@michaelpporter)
 
 ### Fixed
-- Update the use of tags to support Ansible 2.5 or higher (@michaelporter)
+- Update the use of tags to support Ansible 2.5 or higher (@michaelpporter)
 
 ## [2.7.0] - 2019-01-31
 ### Fixed