From 32aabce76ff3c166d624c99c4825e535ef368fa0 Mon Sep 17 00:00:00 2001 From: Adam Wright Date: Wed, 3 Jun 2020 12:45:49 +0000 Subject: [PATCH] preping for hotfix release --- 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 8ee1dad5..ed4979c9 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.9] - 2020-06-03 +- Fixing rare 500 error for homology widget + ## [1.2.8] - 2020-05-11 - Compute counts for variations for strains and avoid returning large number of variations diff --git a/Dockerrun.aws.json b/Dockerrun.aws.json index 05fa86d6..545b616e 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.8", + "Name": "357210185381.dkr.ecr.us-east-1.amazonaws.com/wormbase/rest:1.2.9", "Update": "true" }, "Ports": [ diff --git a/Makefile b/Makefile index c9b7d9c5..9ca6164c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME := wormbase/rest -WORMBASE_REST_VERSION ?= "1.2.8" +WORMBASE_REST_VERSION ?= "1.2.9" 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 c547ce91..c0d60a1f 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject wormbase/rest-api "1.2.8" +(defproject wormbase/rest-api "1.2.9" :description "REST API for retrieving data from datomic on a per widget basis" :url "https://github.com/WormBase/wormbase-rest"