v5.0.0
5.0.0 (2022-09-26)
Bug Fixes
- projects: HALP-7462 getByExternalId should return array (#105) (69353ee)
- users: XXX-0 add internal_hour_rate to User interface [skip ci] (ee49db9)
BREAKING CHANGES
- projects: projects.getByExternalId was returning a single project matching the given id,
which would be the first returned. This updates the method to return all matching projects.