Skip to content

v5.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Sep 22:34
· 7 commits to main since this release
69353ee

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.