Skip to content

Commit 866fa07

Browse files
authored
Release 2.0.0 (#14)
* release 2.0.0
1 parent 1f4ce2a commit 866fa07

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.
33

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

6+
## [2.0.0](https://github.com/quintoandar/validations-engine/releases/tag/2.0.0)
7+
### Changed
8+
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.
69
## [1.0.1](https://github.com/quintoandar/validations-engine/releases/tag/1.0.1)
710
### Fixed
811
SlackHelper send_slack_errors method returns the correct Boolean value depending on the success of messages.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.1
2+
current_version = 2.0.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33
__package_name__ = "validations_engine"
4-
__version__ = "1.0.1"
4+
__version__ = "2.0.0"
55
__repository_url__ = "https://github.com/quintoandar/validations-engine"
66

77

0 commit comments

Comments
 (0)