From bd68261b5ac019e53bd8fb132d94bf45d8903c21 Mon Sep 17 00:00:00 2001 From: Adam Wright Date: Mon, 22 Apr 2019 16:42:34 +0000 Subject: [PATCH] updating files to for new release 0.9.0 --- CHANGES.md | 3 +++ Dockerrun.aws.json | 2 +- Makefile | 2 +- project.clj | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 1b66e0ca..53684200 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [0.9.0] - 2019-04-22 +- First release for WS270 + ## [0.8.4] - 2019-04-08 - Hotfix for ASSEMBLIES.json diff --git a/Dockerrun.aws.json b/Dockerrun.aws.json index 2730f705..1542c0ed 100644 --- a/Dockerrun.aws.json +++ b/Dockerrun.aws.json @@ -1,7 +1,7 @@ { "AWSEBDockerrunVersion": 1, "Image": { - "Name": "357210185381.dkr.ecr.us-east-1.amazonaws.com/wormbase/rest:0.8.3", + "Name": "357210185381.dkr.ecr.us-east-1.amazonaws.com/wormbase/rest:0.9.0", "Update": "true" }, "Ports": [ diff --git a/Makefile b/Makefile index d938c4ed..632d9856 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME := wormbase/rest -VERSION ?= "0.8.3" +VERSION ?= "0.9.0" EBX_CONFIG := .ebextensions/.config WB_DB_URI ?= $(shell sed -rn 's|value:(.*)|\1|p' \ ${EBX_CONFIG} | tr -d " " | head -n 1) diff --git a/project.clj b/project.clj index 61011d74..b29909a0 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject wormbase/rest-api "0.8.4" +(defproject wormbase/rest-api "0.9.0" :description "REST API for retrieving data from datomic on a per widget basis" :url "https://github.com/WormBase/wormbase-rest"