Skip to content

Commit

Permalink
Release 2.0.0 (#14)
Browse files Browse the repository at this point in the history
* release 2.0.0
  • Loading branch information
kleberyuji authored Nov 16, 2023
1 parent 1f4ce2a commit 866fa07
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.

Preferably use **Added**, **Changed**, **Removed** and **Fixed** topics in each release or unreleased log for a better organization.

## [2.0.0](https://github.com/quintoandar/validations-engine/releases/tag/2.0.0)
### Changed
GchatHelper and message classes were added as the main messenger service. So in this release, the errors can't be sent to Slack. In the next minor version (2.1.0), we'll add the option to choose between Slack and GChat services.
## [1.0.1](https://github.com/quintoandar/validations-engine/releases/tag/1.0.1)
### Fixed
SlackHelper send_slack_errors method returns the correct Boolean value depending on the success of messages.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.1
current_version = 2.0.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

__package_name__ = "validations_engine"
__version__ = "1.0.1"
__version__ = "2.0.0"
__repository_url__ = "https://github.com/quintoandar/validations-engine"


Expand Down

0 comments on commit 866fa07

Please sign in to comment.