From 4a6ada51e67696682e55e89d6faa758d858bf3a5 Mon Sep 17 00:00:00 2001 From: Harsh Patel Date: Wed, 15 Jan 2020 16:17:39 -0500 Subject: [PATCH 1/2] Removed any update roles from hacker routes --- constants/role.constant.js | 4 ---- 1 file changed, 4 deletions(-) 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, From 716610977aac679252027985393d5cffd219ad9b Mon Sep 17 00:00:00 2001 From: Harsh Patel Date: Wed, 15 Jan 2020 17:03:53 -0500 Subject: [PATCH 2/2] Updated changelog --- .github/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index ce87c433..60f39dd4 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). +## [Unreleased] + +### Removed + +- Removed travel routes from hacker + ## [2.3.0](https://github.com/hackmcgill/hackerapi/tree/2.3.0) - 2020-01-14 ### Added