Skip to content

Commit

Permalink
build(release): bump version to v0.3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danilogco committed May 6, 2022
1 parent b6b51d2 commit 2e041d1
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 1 deletion.
44 changes: 44 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# CHANGELOG for bigid_bgcheck

## v0.3.1.2-20220506 - [Danilo Carolino](@danilogco)

* build(deps): bump ruby version from 3.1.0 to 3.1.2
* build(deps): bump bigid_auth version to v0.2.1.2
* feat: automatize the project deployment proccess

## v0.3.1.1-20220209 - [Danilo Carolino](@danilogco)

* bump bigid_auth version to v0.2.1.1

## v0.3.1-20220202 - [Danilo Carolino](@danilogco)

* [QC-79](https://qflash.atlassian.net/jira/software/projects/QC/boards/31?selectedIssue=QC-79)
Reduzir uso de pipelines em projetos Ruby [Dependabot]
* Bump Ruby version to v3.1.0

## v0.3.0 - [Danilo Carolino](@danilogco)

* Bump "bigid_auth" version from v0.1.0 to v0.2.0

## v0.2.0 - [Danilo Carolino](@danilogco)

Features

* Add fields to service return: "raw_data", "score_details", "related_score_details" and "raw_response" (the complete json file)

## v0.1.3 - [Danilo Carolino](@danilogco)

* Fix a problem with the locale initialization in Rails projects

## v0.1.2 - [Danilo Carolino](@danilogco)

* Move auth service to an external package

## v0.1.1 - [Danilo Carolino](@danilogco)

* Fix a problem with the credentials when its get by the env variables
* Fix rubocop warnings

## v0.1.0 - [Danilo Carolino](@danilogco)

* Initial release of bigid_bgcheck
2 changes: 1 addition & 1 deletion lib/bigid/bgcheck/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ module Bgcheck
# Major - Incremented for incompatible changes with previous release (or big enough new features)
# Minor - Incremented for new backwards-compatible features + deprecations
# Patch - Incremented for backwards-compatible bug fixes
VERSION = "0.3.1.1"
VERSION = "0.3.1.2"
end
end

0 comments on commit 2e041d1

Please sign in to comment.