Skip to content

Commit b6f2abc

Browse files
committed
(MODULES-8485) Release Prep 2.3.0
1 parent d31ecce commit b6f2abc

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9+
## [2.3.0] - 2018-01-22
10+
911
### Added
1012

1113
- Add support for installing and managing SQL 2019 instances ([MODULES-8438](https://tickets.puppetlabs.com/browse/MODULES-8438))
1214

15+
### Changed
16+
17+
- License terms updated to allow a Bolt trial period ([License](.\LICENSE))
18+
1319
### Fixed
1420

15-
- Fixed bug where .NET 3.5 could be installed in cases where it was not necessary. ([MODULES-8438](https://tickets.puppetlabs.com/browse/MODULES-8438))
21+
- .NET 3.5 could be installed in cases where it was not necessary. ([MODULES-8438](https://tickets.puppetlabs.com/browse/MODULES-8438))
22+
- Features were not detected correctly if the registry keys were stored with a value other than 1. (Thanks [GrammatonKlaric](https://github.com/GrammatonKlaric)) ([MODULES-7734](https://tickets.puppetlabs.com/browse/MODULES-7734))
1623

1724
## [2.2.0] - 2018-12-3
1825

@@ -203,3 +210,4 @@ attempts to reinstall an instance that already exists ([MODULES-6022](https://ti
203210
Initial release.
204211

205212
[2.2.0]: https://github.com/puppetlabs/puppetlabs-sqlserver/compare/2.1.1..2.2.0
213+
[2.3.0]: https://github.com/puppetlabs/puppetlabs-sqlserver/compare/2.2.0..2.3.0

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-sqlserver",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"author": "Puppet Inc",
55
"summary": "The `sqlserver` module installs and manages MS SQL Server 2012, 2014, 2016, 2017, and 2019 on Windows systems.",
66
"license": "proprietary",

0 commit comments

Comments
 (0)