Skip to content

Commit 91d52ad

Browse files
authored
Merge pull request #210 from puppetlabs/release
Release mergeback
2 parents c7e580b + ba2d6a7 commit 91d52ad

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 2017-05-08 - Supported Release 1.2.0
2+
### Summary
3+
4+
This release adds support for internationalization of the module. It also contains Japanese translations for the README, summary and description of the metadata.json and major cleanups in the README. Additional folders have been introduced called locales and readmes where translation files can be found. A number of features and bug fixes are also included in this release.
5+
6+
#### Features
7+
- (MODULES-4334) - Adding locales directory, config.yaml and POT file for i18n.
8+
- Puppet-module-gems now implemented
9+
10+
#### Bug Fixes
11+
- (MODULES-4528) Replace Puppet.version comparison with Puppet::Util::Package.versioncmp
12+
- (MODULES-4667) Update beaker tests for Jenkins CI
13+
14+
115
## 2017-03-07 - Supported Release 1.1.6
216

317
### Summary

metadata.json

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

0 commit comments

Comments
 (0)