From 08598fd64ab3c2225eaec909407dc53d0173ccf4 Mon Sep 17 00:00:00 2001 From: Adam Wright Date: Wed, 22 Apr 2020 02:50:11 +0000 Subject: [PATCH] pre-hotfix commit --- 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 1abadb1b..ce1baa94 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/). +## [1.2.5] - 2020-04-21 +- pre-production hotfix + ## [1.2.4] - 2020-04-17 - Initial WS276 release - Bug fixes for interactions diff --git a/Dockerrun.aws.json b/Dockerrun.aws.json index 888c40fc..8693c87a 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:1.2.4", + "Name": "357210185381.dkr.ecr.us-east-1.amazonaws.com/wormbase/rest:1.2.5", "Update": "true" }, "Ports": [ diff --git a/Makefile b/Makefile index bd87da8a..94fdd03b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME := wormbase/rest -WORMBASE_REST_VERSION ?= "1.2.4" +WORMBASE_REST_VERSION ?= "1.2.5" 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 e939da43..1289bba5 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject wormbase/rest-api "1.2.3" +(defproject wormbase/rest-api "1.2.5" :description "REST API for retrieving data from datomic on a per widget basis" :url "https://github.com/WormBase/wormbase-rest"