Skip to content

Commit

Permalink
build: publish v0.2.0 gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
dvinciguerra committed Mar 28, 2024
1 parent c4e919c commit 6523b9e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
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
2 changes: 1 addition & 1 deletion lib/brazil_cep/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Brazil
module Cep
VERSION = "0.1.0"
VERSION = "0.2.0"
end
end

0 comments on commit 6523b9e

Please sign in to comment.