Skip to content

Commit

Permalink
prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjohnwright committed Jun 23, 2020
1 parent 32aabce commit e42f7bb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0] - 2020-06-23
- changing RDS host

## [1.2.9] - 2020-06-03
- Fixing rare 500 error for homology widget

Expand Down
2 changes: 1 addition & 1 deletion Dockerrun.aws.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"AWSEBDockerrunVersion": 1,
"Image": {
"Name": "357210185381.dkr.ecr.us-east-1.amazonaws.com/wormbase/rest:1.2.9",
"Name": "357210185381.dkr.ecr.us-east-1.amazonaws.com/wormbase/rest:1.3.0",
"Update": "true"
},
"Ports": [
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME := wormbase/rest
WORMBASE_REST_VERSION ?= "1.2.9"
WORMBASE_REST_VERSION ?= "1.3.0"
EBX_CONFIG := .ebextensions/.config
WB_DB_URI ?= $(shell sed -rn 's|value:(.*)|\1|p' \
${EBX_CONFIG} | tr -d " " | head -n 1)
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject wormbase/rest-api "1.2.9"
(defproject wormbase/rest-api "1.3.0"
:description
"REST API for retrieving data from datomic on a per widget basis"
:url "https://github.com/WormBase/wormbase-rest"
Expand Down
2 changes: 1 addition & 1 deletion src/rest_api/db/sequence.clj
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
{(keyword db-name)
{:subprotocol "mysql"
:connection-uri
(str "jdbc:mysql://10.0.0.181:3306/"
(str "jdbc:mysql://rdbms.wormbase.org:3306/"
db-name
(str "?user=wormbase&"
"password=sea3l3ganz&"
Expand Down

0 comments on commit e42f7bb

Please sign in to comment.