From 5f37afd0be4ae562c8cfb9789d24a46e6f01200c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cedric=20Ro=CC=88ck?= Date: Tue, 4 Aug 2015 10:43:46 +0200 Subject: [PATCH] CHANGELOG [ci skip] --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..723843d1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# Change Log +All notable changes to the PaaSal project will be documented in this file. +This project adheres to [Semantic Versioning](http://semver.org/). + +## Unreleased - Next + +### Added / Features +* Add your contribution here + +### Changed / Fixes +* Add your contribution here + +## [0.1.0] - 2015-08-04 + +### Added / Features +* Initial development release of the Platform as a Service abstraction layer - [@croeck](https://github.com/croeck) + + +[0.1.0]: https://github.com/croeck/paasal/releases/tag/0.1.0