diff --git a/CHANGELOG.md b/CHANGELOG.md index e2f43ae..4970a96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,15 @@ All notable changes to this project will be documented in this file. +### v0.5.2 + +* fix: lock EBML write and close ops + - Fixes a crash +* build(docker): separate build and run stages, add APP version arg + ### v0.5.1 -fix: add onStart param to Subscribe call in http module +* fix: add onStart param to Subscribe call in http module ### v0.5.0 @@ -14,7 +20,7 @@ fix: add onStart param to Subscribe call in http module * fix: change file mode of rec dir in nfpm scripts to 0700 * fix: change to working env prefix BBBRECORDER_, add docs on env vars -* fix: split dir and file modes, make the configs string +* fix: split dir and file modes, make the configs string ### v0.4.0 @@ -28,10 +34,9 @@ fix: add onStart param to Subscribe call in http module ### v0.3.0 * feat: add basic Prometheus instrumentation -* fix: CPU lock when reading packets from JB +* fix: CPU lock when reading packets from JB * build: add basic Dockerfile - ### v0.2.0 * First release diff --git a/VERSION b/VERSION index d620728..b6c7193 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.1 1 +0.5.2 1