From 36f71eee1db63fde286aeb69f9c07dc0f1a9b9f7 Mon Sep 17 00:00:00 2001 From: Manuel Schnitzer Date: Fri, 7 Jun 2019 00:39:42 +0200 Subject: [PATCH] Add changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3eb7306 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +## Version: 0.0.2 (alpha) + +- Adds `Connection` module to establish a connection with a Build Service instance +- Adds `About` module to query information about the current Build Service instance +- Adds `Projects` module to allow searching and listing projects +- Requires a new dependency: `date` >= 2.0.0 + +## Version: 0.0.1 (alpha) + +- Dummy release to register gem name on https://rubygems.org