From c4f21f5ba2d0fee2609552e505f256d676a6af2d Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Sun, 6 Oct 2013 21:58:12 -0400 Subject: [PATCH] Version bump to v1.3.0 --- CHANGELOG.md | 12 ++++++++++++ metadata.rb | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7040748..e8f4ea38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ openssh Cookbook CHANGELOG This file is used to list changes made in each version of the openssh cookbook. +v1.3.0 +------ +### Improvement +- **[COOK-3644](https://tickets.opscode.com/browse/COOK-3644)** - Add FreeBSD support +- **[COOK-2517](https://tickets.opscode.com/browse/COOK-2517)** - Add hash support +- **[COOK-2000](https://tickets.opscode.com/browse/COOK-2000)** - Make mode of sshd_config a configurable option + +### Bug +- **[COOK-3558](https://tickets.opscode.com/browse/COOK-3558)** - Fix RSA Server Config Options +- **[COOK-3557](https://tickets.opscode.com/browse/COOK-3557)** - Fix PubkeyAuthentication option + + v1.2.2 ------ ### Bug diff --git a/metadata.rb b/metadata.rb index f58e2d7f..dfbff1fe 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email 'cookbooks@opscode.com' license 'Apache 2.0' description 'Installs openssh' -version '1.2.3' +version '1.3.0' recipe 'openssh', 'Installs openssh' recipe 'openssh::iptables', 'Set up iptables to allow SSH inbound'