Latest dimail modification lead to a bug in our app, preventing mailbox creation from working properly. I swapped old dimail url to new one, mirrored dimail modification and fixed tests and tada!
35 lines
863 B
Markdown
35 lines
863 B
Markdown
# 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]
|
|
|
|
### Added
|
|
|
|
- 🔧Runtime config for the frontend (#345)
|
|
|
|
### Fixed
|
|
|
|
- 👽️(mailboxes) fix mailbox creation after dimail api improvement (#360)
|
|
|
|
## [1.0.1] - 2024-08-19
|
|
|
|
### Fixed
|
|
|
|
- ✨(frontend) user can add mail domains
|
|
|
|
## [1.0.0] - 2024-08-09
|
|
|
|
### Added
|
|
|
|
- ✨(domains) create and manage domains on admin + API
|
|
- ✨(domains) mailbox creation + link to email provisioning API
|
|
|
|
[unreleased]: https://github.com/numerique-gouv/people/compare/v1.0.1...main
|
|
[1.0.1]: https://github.com/numerique-gouv/people/releases/v1.0.1
|
|
[1.0.0]: https://github.com/numerique-gouv/people/releases/v1.0.0
|