From 18a2a1652cf1ea8c5c0564fa9ecc9f3278cf8fec Mon Sep 17 00:00:00 2001 From: Sijie Yang Date: Thu, 16 Sep 2021 17:45:36 +0800 Subject: [PATCH 1/2] Update CHANGELOG --- CHANGELOG.md | 4 ++-- VERSION | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 171dc3335..b3d4e5772 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ 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). -## [Unrelease] +## [v1.3.0] - 2021-09-16 ### Added - Support basic route rules that are similar to k8s ingress rules @@ -262,7 +262,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Flexible plugin framework to extend functionality. Based on the framework, developer can add new features rapidly - Detailed built-in metrics available for service status monitor -[Unrelease]: https://github.com/bfenetworks/bfe/compare/v1.2.0...HEAD +[v1.3.0]: https://github.com/bfenetworks/bfe/compare/v1.2.0...v1.3.0 [v1.2.0]: https://github.com/bfenetworks/bfe/compare/v1.1.0...v1.2.0 [v1.1.0]: https://github.com/bfenetworks/bfe/compare/v1.0.0...v1.1.0 [v1.0.0]: https://github.com/bfenetworks/bfe/compare/v0.12.0...v1.0.0 diff --git a/VERSION b/VERSION index b6bb93f7c..f0bb29e76 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.0-dev +1.3.0 From 870d5860321a2c26e09ecd47424a6b03afbb6307 Mon Sep 17 00:00:00 2001 From: clarinette9 Date: Fri, 10 Dec 2021 15:39:10 +0800 Subject: [PATCH 2/2] add v1.4.0 to changelog --- CHANGELOG.md | 14 ++++++++++++++ VERSION | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3d4e5772..b5ba3f1c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,19 @@ 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). +## [v1.4.0] - 2021-12-10 + +### Added + +- Documents optimization + +### Changed + +- Upgrade golang version from 1.13 to 1.17 +- mod_markdown: upgrade bluemonday version to 1.0.16 +- Optimize mutex +- Improve Makefile and pre-commit + ## [v1.3.0] - 2021-09-16 ### Added @@ -262,6 +275,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Flexible plugin framework to extend functionality. Based on the framework, developer can add new features rapidly - Detailed built-in metrics available for service status monitor +[v1.4.0]: https://github.com/bfenetworks/bfe/compare/v1.3.0...v1.4.0 [v1.3.0]: https://github.com/bfenetworks/bfe/compare/v1.2.0...v1.3.0 [v1.2.0]: https://github.com/bfenetworks/bfe/compare/v1.1.0...v1.2.0 [v1.1.0]: https://github.com/bfenetworks/bfe/compare/v1.0.0...v1.1.0 diff --git a/VERSION b/VERSION index f0bb29e76..88c5fb891 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.0 +1.4.0