Current section
Files
Jump to
Current section
Files
ex_correios
CHANGELOG.md
CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [1.1.4] - 2020-04-08
### Added
- Publish lib to Hex.pm.
- Add MIT license to the project.
- Add `Contributing` section to the `Readme.md`.
## [1.1.3] - 2020-04-06
### Changed
- Use `travis CI` instead of `gitlab CI`.
- Update `README.md`.
- Update elixir version to [1.10](https://elixir-lang.org/blog/2020/01/27/elixir-v1-10-0-released/).
## [1.1.2] - 2019-12-09
### Fixed
- Fix calculator value format when the value is greater than or equal to `1000`.
## [1.1.1] - 2019-12-09
### Added
- Support proxy as an option.
### Removed
- Remove `Correios CEP` library.
## [1.1.0] - 2019-12-04
### Added
- Add `ExCorreios.find_address/1` for search an address by a given postal code.
### Fixed
- Fix multiple services calculation.
### Changed
- Improve `.gitlab-ci.yml`.
## [1.0.0] - 2019-09-06
### Added
- Create client to calculate shipping based on one or more services.
[Unreleased]: https://github.com/locaweb/ex-correios/compare/master...HEAD
[1.1.4]: https://github.com/locaweb/ex-correios/compare/v1.1.3...v1.1.4
[1.1.3]: https://github.com/locaweb/ex-correios/releases/tag/v1.1.3