Skip to content

Commit 3345f4f

Browse files
Updated version number
1 parent 2ee2fea commit 3345f4f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
88

99
- Add config option for HTTP/2 per domain.
1010

11+
## [1.1.1] - 2020-08-25
12+
13+
### Fixed
14+
- Added .gitattributes file to normalize EOL's for Windows OS when code is downloaded as ZIP file.
15+
16+
### Changed
17+
- Updated version number.
18+
1119
## [1.1.0] - 2020-06-22
1220

1321
### Added

ssl_config.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rem INITIALISATION
77
rem -----------------------
88
rem Set default variables
99
rem -----------------------
10-
set $scriptVersion=1.1.0
10+
set $scriptVersion=1.1.1
1111
set $scriptLogFileName=ssl_config.log
1212

1313
rem WampServer sub-paths.

0 commit comments

Comments
 (0)