Skip to content

Commit

Permalink
Merge pull request intercity#93 from intercity/jb-changelog
Browse files Browse the repository at this point in the history
Added a Changelog file
  • Loading branch information
michiels committed Aug 17, 2014
2 parents 2d4786b + 66c5c6b commit 888c55d
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 1 deletion.
63 changes: 63 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
# Changelog
All notable changes to this project will be documented in this file.
This project makes use of the [Sementic Versioning](http://semver.org/)

## 2.1.0 - TBA

### Added
- Starting working with a [Changelog](http://keepachangelog.com/)
- Added support for [Rbenv-vars](https://github.com/sstephenson/rbenv-vars)
- Added support for pre-build ruby packages for a blazing fast ruby installation

### Deprecated
- Nothing.

### Removed
- Nothing.

### Fixed
- Nothing.

## 2.0.0 - 2014-04-28

### Added
- Support for Phusian Passenger
- Support for Postgresql
- Use a cheffile with Librarian-chef to manage cookbooks

### Deprecated
- Nothing.

### Removed
- Nothing.

### Fixed
- Nothing.

## 1.1.0 - 2013-08-19

### Added
- You can now specify what user you want to use for deployments

### Deprecated
- Nothing.

### Removed
- Nothing.

### Fixed
- Nothing.

## 1.0.0 - 2013-07-19

### Added
- This is the initial release of the chef-repo

### Deprecated
- Nothing.

### Removed
- Nothing.

### Fixed
- Nothing.
8 changes: 7 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,10 @@ So `cd` into this directory and start the machine
```
cd vagrant
vagrant up
```
```

## Add your change to the CHANGELOG

If your change is noteable, or might break other people's installations, please add an entry to the changelog.
The maintainers will make the final decission of the entry goes in the changelog or not, and to what version.
When you add something to the changelog, it might go in one of 4 categories: Added, Deprecated, Removed or Fixed.

0 comments on commit 888c55d

Please sign in to comment.