Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #72 from linc01n/3_14_1
Browse files Browse the repository at this point in the history
Prepare for 3.14.1 cookbook release
  • Loading branch information
linc01n committed Feb 11, 2015
2 parents 5650f3a + 981e9ed commit b0feaff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
* Enhancement: [#58][]: Update mysql dependency to ~> 6.0
* Enhancement: [#61][]: Fix deprecation warning from Berkshelf

## 3.14.1

* Bugfix: [#69][]: Lock database dependency to = 2.3.1

## 3.14.0

* Bugfix: [#55][]: Lock mysql dependency to ~> 5.0
Expand Down Expand Up @@ -98,7 +102,7 @@

## 3.1.1

* Stash database connection fix for localhost MySQL setup with bind_address set to 0.0.0.0
* Stash database connection fix for localhost MySQL setup with bind_address set to 0.0.0.0

## 3.1.0

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 Atlassian Stash'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '3.14.0'
version '3.14.1'
recipe 'stash', 'Installs/Configures Atlassian Stash'
recipe 'stash::apache2', 'Installs/Configures Apache 2 proxy for Stash'
recipe 'stash::backup_client', 'Installs/Configures Atlassian Stash Backup Client'
Expand Down

0 comments on commit b0feaff

Please sign in to comment.