summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-06-02 10:30:03 -0500
committerSean E. Russell <ser@ser1.net>2020-06-02 10:30:03 -0500
commit5274d20897ac441d1948ec74667c0ea9d308c2d4 (patch)
tree1de01633cd19dc4d4ad06b9b6045708bb2d626e1
parentd6be10bcd88b45899fef9b66ead2ebf507743c39 (diff)
Prep for v4.0.0 release
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b5ae31c..01fb540 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
> - **Fixed**: for any bug fixes.
> - **Security**: in case of vulnerabilities.
-## [4.0.0] PENDING
+## [4.0.0] 2020-06-07 (PENDING)
**Command line options have changed.**
@@ -42,7 +42,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Command line help text is cleaned up.
- Version bump of gopsutil
- Prometheus client replaced by [VictoriaMetrics/metrics](https://github.com/VictoriaMetrics/metrics). This eliminated 6 indirect package dependencies and saved 3.5MB (25%) of the compiled binary size.
-- Relicensed to MIT-3
+- Relicensed to MIT-3 (see [#36](https://github.com/xxxserxxx/gotop/issues/36))
### Removed