diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9388543 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# CHANGELOG + +## 1.21.0 + +- Replace Travis CI with Github Actions + +- Docker image in now published on Github Registry + +- Add CHANGELOG.md + +- Update Dockerfile to separate Go build and npm build stages + +- Update backend and frontend dependencies + +- Added a control to not wrap regex around slashes if the user add a pattern that already has slashes + +## 1.20.12 + +- Reached a stable version |