diff --git a/CHANGES.md b/CHANGES.md index dca5e75..14d8715 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,12 @@ ## Unreleased +## v0.7.0 + +Users of the `autosave` and `caPutLog` modules should update to this release, +which includes critical bug fixes for both. Users of the `calc` module only +need to update if they noticed missing features. + ### New features * base: add PVXS module. by @ericonr in diff --git a/Dockerfile b/Dockerfile index 72768c3..83d3d76 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG DEBIAN_VERSION=11.7 -FROM ghcr.io/cnpem/lnls-debian-11-epics-7:v0.6.0-dev AS build-image +FROM ghcr.io/cnpem/lnls-debian-11-epics-7:v0.7.0 AS build-image FROM debian:${DEBIAN_VERSION}-slim AS base