-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from clarinette9/develop
add changelog and upgrade.md for v0.0.2
- Loading branch information
Showing
3 changed files
with
64 additions
and
12 deletions.
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<!-- | ||
This changelog should always be read on `master` branch. Its contents on other branches | ||
does not necessarily reflect the changes. | ||
--> | ||
|
||
# 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/). | ||
|
||
|
||
## [v0.0.2] - 2021-12-07 | ||
|
||
### Added | ||
- Add document for Open API | ||
|
||
### Changed | ||
- enhance authentication and authorization | ||
|
||
### Fixed | ||
|
||
- Fix mysql DDL issue due to NO_ZERO_DATE limitation (Issue #3) | ||
|
||
|
||
## [v0.0.1] - 2021-10-19 | ||
|
||
### Added | ||
- Initial released version | ||
|
||
[v0.0.2]: https://github.com/bfenetworks/api-server/compare/v0.0.1...v0.0.2 | ||
[v0.0.1]: https://github.com/bfenetworks/api-server/releases/tag/v0.0.1 |
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
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