Skip to content

Commit 8f9217f

Browse files
committed
1.1.0
Signed-off-by: Christoph Hartmann <[email protected]>
1 parent 9d6b187 commit 8f9217f

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,32 @@
11
# Change Log
22

3-
## [1.0.0](https://github.com/dev-sec/windows-baseline/tree/1.0.0) (2016-12-21)
3+
## [1.1.0](https://github.com/dev-sec/windows-baseline/tree/1.1.0) (2017-05-08)
4+
[Full Changelog](https://github.com/dev-sec/windows-baseline/compare/1.0.1...1.1.0)
5+
6+
**Implemented enhancements:**
7+
8+
- The baseline should be organized by components [\#6](https://github.com/dev-sec/windows-baseline/issues/6)
9+
10+
**Closed issues:**
11+
12+
- Licensing information mismatch? [\#4](https://github.com/dev-sec/windows-baseline/issues/4)
13+
14+
**Merged pull requests:**
15+
16+
- update metadata [\#15](https://github.com/dev-sec/windows-baseline/pull/15) ([chris-rock](https://github.com/chris-rock))
17+
- Privacy [\#13](https://github.com/dev-sec/windows-baseline/pull/13) ([MattTunny](https://github.com/MattTunny))
18+
- add cis tags for some controls [\#12](https://github.com/dev-sec/windows-baseline/pull/12) ([chris-rock](https://github.com/chris-rock))
19+
- add references to powershell hardening [\#11](https://github.com/dev-sec/windows-baseline/pull/11) ([chris-rock](https://github.com/chris-rock))
20+
- restrict ruby testing in travis to 2.3.3 [\#10](https://github.com/dev-sec/windows-baseline/pull/10) ([chris-rock](https://github.com/chris-rock))
21+
- added powershell test [\#9](https://github.com/dev-sec/windows-baseline/pull/9) ([MattTunny](https://github.com/MattTunny))
22+
- rename controls [\#8](https://github.com/dev-sec/windows-baseline/pull/8) ([chris-rock](https://github.com/chris-rock))
23+
- add contribution guidelines [\#7](https://github.com/dev-sec/windows-baseline/pull/7) ([chris-rock](https://github.com/chris-rock))
24+
25+
## [1.0.1](https://github.com/dev-sec/windows-baseline/tree/1.0.1) (2017-02-01)
426
**Merged pull requests:**
527

28+
- Removed per control licensing as repo is under Apache 2.0 [\#5](https://github.com/dev-sec/windows-baseline/pull/5) ([grdnrio](https://github.com/grdnrio))
29+
- 1.0.0 [\#3](https://github.com/dev-sec/windows-baseline/pull/3) ([chris-rock](https://github.com/chris-rock))
630
- Switched fron Nil to Nobody SID due to mismatch on 2012R2 [\#2](https://github.com/dev-sec/windows-baseline/pull/2) ([grdnrio](https://github.com/grdnrio))
731
- Joeg/sid refactor [\#1](https://github.com/dev-sec/windows-baseline/pull/1) ([grdnrio](https://github.com/grdnrio))
832

inspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ copyright: DevSec Hardening Framework Team
77
copyright_email: [email protected]
88
license: Apache 2 license
99
summary: Baselin for best-preactice Windows OS hardening
10-
version: 1.0.1
10+
version: 1.1.0
1111
supports:
1212
- os-family: windows

0 commit comments

Comments
 (0)