From afc1eee394216bf4f91d4ed508b9409ab0b9f79c Mon Sep 17 00:00:00 2001 From: Eoin Houlihan Date: Sun, 19 Mar 2017 20:04:07 +0000 Subject: [PATCH] Bump to 1.1 --- README.md | 2 +- doc/CHANGELOG.md | 5 +++-- docker-compose.yml | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 22d93489..22a76218 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ maximum conveniece - the ability to click links for example.* This file contains instructions on how to install and run the project, as well as an overview of the project's design. The target platform is Ubuntu 16.04. -At the time of writing the current release is `1.0` +At the time of writing the current release is `1.1` ## Installing Dependencies diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 6bd1957e..ccb5a695 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [Unreleased] +## [1.1] 2017-03-19 ### Added - Added support for PML TX file downloads. Valid pml files uploaded to the @@ -120,7 +120,8 @@ All notable changes to this project will be documented in this file. docker service: pathways. - Installation instructions in README -[Unreleased]: https://github.com/tom-and-the-toothfairies/pathways/compare/1.0...iteration1-2 +[Unreleased]: https://github.com/tom-and-the-toothfairies/pathways/compare/1.1...iteration-6 +[1.1]: https://github.com/tom-and-the-toothfairies/pathways/compare/1.0...1.1 [1.0]: https://github.com/tom-and-the-toothfairies/pathways/compare/0.3...1.0 [0.3]: https://github.com/tom-and-the-toothfairies/pathways/compare/0.2...0.3 [0.2]: https://github.com/tom-and-the-toothfairies/pathways/compare/0.1...0.2 diff --git a/docker-compose.yml b/docker-compose.yml index f11a4856..3738eec0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,14 +4,14 @@ services: asclepius: depends_on: - chiron - image: tomtoothfairies/asclepius:1.0 + image: tomtoothfairies/asclepius:1.1 panacea: depends_on: - asclepius - image: tomtoothfairies/panacea:1.0 + image: tomtoothfairies/panacea:1.1 ports: - '4000:4000' chiron: - image: tomtoothfairies/chiron:1.0 + image: tomtoothfairies/chiron:1.1