Update CHANGELOG

main v0.1.2
Leonid Maslakov 4 months ago
parent 0553192db4
commit ef7c567d4c

@ -1,7 +1,12 @@
# Changelog
Semantic versioning is used (https://semver.org/).
## v0.1.2
- Change bot User-Agent to `LenMonitor/x.x.x`.
- Update max dark pattern score 2 to 1.
- Update logger.
- Fix: memory usage bug.
- Fix: DB connection pool.
## v0.1.1
- Add online/offline server monitoring.

@ -246,7 +246,7 @@ func main() {
go backgroundJob(db, log)
// Run HTTP server
log.Info("Run HTTP server on "+ *flagAddress)
log.Info("Run HTTP server on " + *flagAddress)
err = http.ListenAndServe(*flagAddress, nil)
if err != nil {
exitOnError(err)

Loading…
Cancel
Save