From 10ae52f5c65147832bf1c1b8702beda52aeb1b20 Mon Sep 17 00:00:00 2001 From: Tibet Sprague Date: Tue, 12 Jan 2021 22:22:46 -0800 Subject: [PATCH] Update version to 1.4.5 --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aba980f4..fed814def 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.4.5] - 2021-01-12 +### Added +- URL is not required for affiliations +- Docker environment setup option and instructions + ## [1.4.4] ### Added - Add eventsAttending to the User model and Person type -- Add migration to create user_affiliations table, model for Affiliation, and mutation resolvers to createAffiliation and deleteAffiliation +- Add user_affiliations table, model for Affiliation, and mutation resolvers to createAffiliation and deleteAffiliation ## [1.4.3] ### Added diff --git a/package.json b/package.json index c9d18114d..b3cde9925 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hylo-node", "private": true, - "version": "1.4.4", + "version": "1.4.5", "engines": { "node": "^12", "yarn": "^1.2.1"