diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eebaa4..2dfd37d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,15 @@ ## [Unreleased] -## v1.0.1 +## v1.0.2 +### Fixed +* close connection on ws error -- fix process overload: replace golang.org/x/net/websocket with github.com/gorilla/websocket +## v1.0.1 +### Fixed +* fix process overload: replace golang.org/x/net/websocket with github.com/gorilla/websocket ## v1.0.0 - -- rewrite of https://gitnet.fr/deblan/remote-i3wm-ws -- add configuration file -- add authentication +### Added +* rewrite of https://gitnet.fr/deblan/remote-i3wm-ws +* add configuration file +* add authentication