Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]

## [2.2.0] - 2018-11-27
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This formatting (the [] around the version) is used so we can include a link at the bottom for the comparison between versions, like so:

[2.2.0]: https://github.com/puppetlabs/puppetlabs-sqlserver/compare/2.1.0..2.2.0

Note that in this case, the tag doesn't exist yet (2.2.0) but will after release.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NB: I think we miss this a lot on our modules, it's easy to forget.


### Added
- Convert module for PDK ([MODULES-7406](https://tickets.puppetlabs.com/browse/MODULES-7406))

### Changed
- Update support for Puppet version 6. ([MODULES-7833](https://tickets.puppetlabs.com/browse/MODULES-7833))
- Update README_ja_JP.md
- Update stdlib version to 6. ([MODULES-7705](https://tickets.puppetlabs.com/browse/MODULES-7705))


## [2.1.1] - 2018-03-14

### Added
Expand Down Expand Up @@ -182,3 +193,5 @@ attempts to reinstall an instance that already exists ([MODULES-6022](https://ti
## [1.0.0] - 2014-12-08

Initial release.

[2.2.0]: https://github.com/puppetlabs/puppetlabs-sqlserver/compare/2.1.0..2.2.0
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-sqlserver",
"version": "2.1.1",
"version": "2.2.0",
"author": "Puppet Inc",
"summary": "The `sqlserver` module installs and manages MS SQL Server 2012, 2014, 2016 and 2017 on Windows systems.",
"license": "proprietary",
Expand Down