Skip to content

Commit

Permalink
Version bump to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean OMeara committed Dec 21, 2013
1 parent bd4a507 commit 6292abb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ sql_server Cookbook CHANGELOG
This file is used to list changes made in each version of the sql_server cookbook.


v1.3.0
------
### Improvement
- **[COOK-3507](https://tickets.opscode.com/browse/COOK-3507)** - Broken SQLExpress download links...

### Bug
- **[COOK-3506](https://tickets.opscode.com/browse/COOK-3506)** - SQLEXPRESS on 32 bits systems does not support INSTALLSHAREDWOWDIR
- **[COOK-3388](https://tickets.opscode.com/browse/COOK-3388)** - Mixlib::ShellOut::CommandTimeout: command timed out error


v1.2.2
------
- See (v1.2.1), made a mistake with DevOdd releases
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license "Apache 2.0"
description "Installs/Configures Microsoft SQL Server 2008 R2"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "1.2.3"
version "1.3.0"
supports "windows"
depends "openssl"
depends "windows", ">= 1.2.6"

0 comments on commit 6292abb

Please sign in to comment.