diff --git a/porcupine1/CHANGELOG.md b/porcupine1/CHANGELOG.md index 3363c41..905209b 100644 --- a/porcupine1/CHANGELOG.md +++ b/porcupine1/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.2.0 + +- Upgrade to wyoming 1.5.3 +- Run tests over more Python versions + ## 1.1.0 - Add tests and Github actions diff --git a/porcupine1/Dockerfile b/porcupine1/Dockerfile index e8de4d3..059d3b6 100644 --- a/porcupine1/Dockerfile +++ b/porcupine1/Dockerfile @@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Install porcupine1 WORKDIR /usr/src -ENV WYOMING_PORCUPINE1_VERSION=1.1.0 +ENV WYOMING_PORCUPINE1_VERSION=1.2.0 RUN \ apt-get update \ diff --git a/porcupine1/config.yaml b/porcupine1/config.yaml index 6f37ea1..e784cf9 100644 --- a/porcupine1/config.yaml +++ b/porcupine1/config.yaml @@ -1,5 +1,5 @@ --- -version: 1.1.0 +version: 1.2.0 slug: porcupine1 name: porcupine1 description: porcupine1 using the Wyoming protocol