-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c4e919c
commit 6523b9e
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,24 @@ | ||
## [Unreleased] | ||
|
||
|
||
## 0.2.0 - 2024-03-26 | ||
|
||
### Added | ||
- Add methods to register new provider adapter | ||
- Change cep word by zipcode to keep the same terminology | ||
- Add simplecov to project CI build | ||
- Add more ruby versions to CI build | ||
|
||
### Fixed | ||
- Remove wrong markdown code block tag from README | ||
|
||
### Removed | ||
- Remove rubocop check from rake default task | ||
|
||
### Security | ||
- Enable rubygems mfa requirement at gemspec file | ||
|
||
|
||
## [0.1.0] - 2024-03-26 | ||
|
||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,6 @@ | |
|
||
module Brazil | ||
module Cep | ||
VERSION = "0.1.0" | ||
VERSION = "0.2.0" | ||
end | ||
end |