Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
abrom committed Apr 30, 2024
1 parent c8044df commit cf90736
Showing 1 changed file with 27 additions and 13 deletions.
40 changes: 27 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
## Unreleased
- None

## [0.0.19](releases/tag/v0.0.19) - 2024-04-30
### Added
- [#10] Add `funnel_id` to Applicants#advance_applicant ([@abrom][])

## [0.0.18](releases/tag/v0.0.18) - 2024-04-28
### Added
- [#9] Bump Ruby versions to support v3.0 -> v3.3 ([@abrom][])

## [0.0.17](releases/tag/v0.0.17) - 2023-05-18
### Added
- [#9] Added support for Applicants#advance_applicants ([@saharvey][])

## [0.0.16](releases/tag/v0.0.16) - 2022-06-16
### Added
- [#7] First/last name accessor methods to the Applicant class ([@noahkconley][])
Expand All @@ -17,37 +29,37 @@

## [0.0.13](releases/tag/v0.0.13) - 2021-09-24
### Fixed
- [#3] Update applicants and notes APIs to use *new* expected return statuses from create actions
- [#3] Update applicants and notes APIs to use *new* expected return statuses from create actions ([@abrom][])

## [0.0.12](releases/tag/v0.0.12) - 2020-03-01
### Fixed
- Address CVE-2020-8130 - `rake` OS command injection vulnerability
- Address CVE-2020-8130 - `rake` OS command injection vulnerability ([@abrom][])

## [0.0.11](releases/tag/v0.0.11) - 2018-06-02
### Fixed
- Update applicants and notes APIs to check correct return status for create actions
- Update applicants and notes APIs to check correct return status for create actions ([@abrom][])

## [0.0.10](releases/tag/v0.0.10) - 2018-03-24
### Added
- Funnel management API support
- Funnel management API support ([@abrom][])

## [0.0.9](releases/tag/v0.0.9) - 2018-03-24
### Added
- Session/slot management API support
- Session/slot management API support ([@abrom][])

## [0.0.8](releases/tag/v0.0.8) - 2018-03-24
### Added
- Note management API support
- Note management API support ([@abrom][])
### Fixed
- Replace deprecated URI.encode with CGI.escape
- Replace deprecated URI.encode with CGI.escape ([@abrom][])

## [0.0.7](releases/tag/v0.0.7) - 2018-03-24
### Added
- Label management API support
- Label management API support ([@abrom][])

## [0.0.6](releases/tag/v0.0.6) - 2018-03-22
### Added
- Create applicant support
- Create applicant support ([@abrom][])
- Delete applicant support
- Get applicant support
- get_secure_documents applicant support
Expand All @@ -58,18 +70,20 @@

## [0.0.5](releases/tag/v0.0.5) - 2018-03-20
### Fixed
- Applicants inspect method
- Applicants inspect method ([@abrom][])

## [0.0.4](releases/tag/v0.0.4) - 2018-03-20
### Added
- Applicants inspect method
- Applicants inspect method ([@abrom][])

## [0.0.3](releases/tag/v0.0.3) - 2018-03-20
### Added
- Applicants wrapper to contain pagination cursors
- Applicants wrapper to contain pagination cursors ([@abrom][])

## [0.0.2](releases/tag/v0.0.2) - 2018-03-19
### Added
- Support for applicant list and update
- Support for applicant list and update ([@abrom][])

[@abrom]: https://github.com/abrom
[@noahkconley]: https://github.com/noahkconley
[@saharvey]: https://github.com/saharvey

0 comments on commit cf90736

Please sign in to comment.