diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index ce87c433..11022f49 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.3.1](https://github.com/hackmcgill/hackerapi/tree/2.3.1) - 2020-01-15 + +### Removed + +- Removed travel routes from hacker + ## [2.3.0](https://github.com/hackmcgill/hackerapi/tree/2.3.0) - 2020-01-14 ### Added diff --git a/VERSION b/VERSION index 276cbf9e..2bf1c1cc 100755 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.3.0 +2.3.1 diff --git a/constants/role.constant.js b/constants/role.constant.js index f9917247..9aa1a707 100644 --- a/constants/role.constant.js +++ b/constants/role.constant.js @@ -40,11 +40,7 @@ const hackerRole = { Constants.Routes.travelRoutes.getSelf, Constants.Routes.travelRoutes.getSelfById, - Constants.Routes.travelRoutes.getAnyById, Constants.Routes.travelRoutes.getSelfByEmail, - Constants.Routes.travelRoutes.getAnyByEmail, - Constants.Routes.travelRoutes.patchAnyStatusById, - Constants.Routes.travelRoutes.patchAnyOfferById, Constants.Routes.teamRoutes.join, Constants.Routes.teamRoutes.patchSelfById, diff --git a/package-lock.json b/package-lock.json index 4c9d304e..38c01aa3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "hackerAPI", - "version": "2.3.0", + "version": "2.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 48ad0869..31445160 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hackerAPI", - "version": "2.3.0", + "version": "2.3.1", "private": true, "scripts": { "start": "DEBUG=hackboard:* NODE_ENV=development nodemon --ignore gcp_creds.json ./bin/www.js",