From 7d526de16533a4c1715cde6d3e7d9afbc83d2970 Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Tue, 17 Feb 2015 20:49:32 +0200 Subject: [PATCH] add test changelog file --- .gitignore | 1 - lib/CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 lib/CHANGELOG.md diff --git a/.gitignore b/.gitignore index e9ed99d..e69de29 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +0,0 @@ -/lib/CHANGELOG.md diff --git a/lib/CHANGELOG.md b/lib/CHANGELOG.md new file mode 100644 index 0000000..1fef52d --- /dev/null +++ b/lib/CHANGELOG.md @@ -0,0 +1,28 @@ +# Changelog + +## [1.2.0](https://github.com/runar/gittest/tree/1.2.0) +[Full Changelog](https://github.com/runar/gittest/compare/1.1.1...1.2.0) +#### 14/02/15 +- *Merged pull-request:* Add ipsum feature [\#6](https://github.com/runar/gittest/pull/6) ([runar](https://github.com/runar)) + +- *Implemented enhancement:* Enhancement issue [\#5](https://github.com/runar/gittest/issues/5) + +- *Fixed bug:* Bug issue [\#4](https://github.com/runar/gittest/issues/4) + +## [1.1.1](https://github.com/runar/gittest/tree/1.1.1) +[Full Changelog](https://github.com/runar/gittest/compare/1.1.0...1.1.1) +#### 14/02/15 +- *Fixed bug:* Text in lorem should be capitalized [\#3](https://github.com/runar/gittest/issues/3) + +## [1.1.0](https://github.com/runar/gittest/tree/1.1.0) +[Full Changelog](https://github.com/runar/gittest/compare/1.0.0...1.1.0) +#### 14/02/15 +- *Implemented enhancement:* Add lorem file [\#1](https://github.com/runar/gittest/issues/1) + +## [1.0.0](https://github.com/runar/gittest/tree/1.0.0) +#### 14/02/15 +- *Merged pull-request:* Add lorem file [\#2](https://github.com/runar/gittest/pull/2) ([runar](https://github.com/runar)) + + + +\* *This changelog was generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file