Packages

Acmex is an Elixir Client for the Lets Encrypt ACMEv2 protocol.

Current section

Files

Jump to
acmex CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.2.0] - 2020-08-26
### Added
- Add optional process timeout parameter to `Acmex` functions.
### Changed
- Update `httpoison` to `1.7`.
- Update `jason` to `1.2.1`.
## [0.1.2] - 2020-05-03
### Changed
- Improve the documentation.
### Fixed
- Avoid to start `Acmex` when the key is invalid. An error should be returned.
## [0.1.1] - 2020-04-26
### Changed
- Update dependencies.
## [0.1.0] - 2019-12-07
### Added
- Add ACME v2 main functions.
[Unreleased]: https://github.com/sergioaugrod/acmex/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/sergioaugrod/acmex/compare/v0.1.2...v0.2.0
[0.1.2]: https://github.com/sergioaugrod/acmex/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/sergioaugrod/acmex/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/sergioaugrod/acmex/releases/tag/v0.1.0