Skip to content

Commit

Permalink
Release version 1.8.0 (#81)
Browse files Browse the repository at this point in the history
* Bump version to 1.7.2 and update changelog

* Fix version

* Fix version
  • Loading branch information
chrischan226 authored Jan 24, 2023
1 parent 671d7df commit 3d98c36
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 15 deletions.
33 changes: 19 additions & 14 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## 1.8.0 (2023-01-24)

- Add support for the Report Lifecycle

## 1.7.1 (2021-08-31)
* Remove usage of deprecated `URI.escape`

- Remove usage of deprecated `URI.escape`

## 1.6.1 (2019-07-16)

Expand Down Expand Up @@ -54,59 +59,59 @@ Features:

Features:

- Add Package
- Add Program
- Add Package
- Add Program

## 1.2.1 (2017-10-25)

Fixes:

- Add `type` to Document (#33)
- Add `type` to Document (#33)

## 1.2.0 (2017-04-14)

Features:

- Add Invitation
- Add Invitation

Fixes:

- Add `document_ids` to Candidate
- Doc links
- Add `document_ids` to Candidate
- Doc links

## 1.1.2 (2017-01-05)

Fixes:

- Gem dependencies version lock release
- Gem dependencies version lock release

## 1.1.1 (2016-03-25)

Features:

- Add support for `Candidate#no_middle_name` flag (#8)
- Add Documents to Report (@sico, #12)
- Add support for `Candidate#no_middle_name` flag (#8)
- Add Documents to Report (@sico, #12)

## 1.1.0 (2016-03-03)

Features:

- Adds Candidate#save method (@squaresurf, #6)
- Adds Candidate#save method (@squaresurf, #6)

## 1.0.2 (2015-03-24)

Fixes:

- Fixed a bug - #4 - with Util.constantize
- Fixed a bug - #4 - with Util.constantize

## 1.0.1 (2015-03-24)

Features:

- Updated documents class to feel like other classes
- Updated documents class to feel like other classes

## 1.0 (2015-03-04)

Features:

- Initial release
- Initial release
2 changes: 1 addition & 1 deletion lib/checkr/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Checkr
VERSION = '1.7.1'.freeze
VERSION = '1.8.0'.freeze
end

0 comments on commit 3d98c36

Please sign in to comment.