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 #155 from linc01n/4.5.0
Browse files Browse the repository at this point in the history
Prepare for 4.5.0 cookbook release
  • Loading branch information
linc01n committed May 14, 2016
2 parents 1de0bc7 + 58fc91d commit bb3b02c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Change Log

## [4.4.0](https://github.com/bflad/chef-stash/tree/4.4.0) (2016-04-25)
## [4.5.0](https://github.com/bflad/chef-stash/tree/4.5.0) (2016-05-14)

[Full Changelog](https://github.com/bflad/chef-stash/compare/4.4.0...4.5.0)

**Closed issues:**

- Support Bitbucket 4.6 [\#153](https://github.com/bflad/chef-stash/issues/153)

**Merged pull requests:**

- Update bitbucket to 4.6.0 and backup client to 3.2.0 [\#154](https://github.com/bflad/chef-stash/pull/154) ([linc01n](https://github.com/linc01n))

## [4.4.0](https://github.com/bflad/chef-stash/tree/4.4.0) (2016-04-25)
[Full Changelog](https://github.com/bflad/chef-stash/compare/4.3.0...4.4.0)

**Implemented enhancements:**
Expand All @@ -10,6 +21,7 @@

**Merged pull requests:**

- Prepare for 4.4.0 cookbook release [\#152](https://github.com/bflad/chef-stash/pull/152) ([linc01n](https://github.com/linc01n))
- Update bitbucket to 4.5.2 and backup client to 3.1.0 [\#151](https://github.com/bflad/chef-stash/pull/151) ([linc01n](https://github.com/linc01n))
- Fix travis ruby version [\#149](https://github.com/bflad/chef-stash/pull/149) ([linc01n](https://github.com/linc01n))
- Fix apache listen ports attribute [\#148](https://github.com/bflad/chef-stash/pull/148) ([legal90](https://github.com/legal90))
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 '4.4.0'
version '4.5.0'
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 bb3b02c

Please sign in to comment.