From bb592cda58b7defed84f56edbb8e56a74d26eab4 Mon Sep 17 00:00:00 2001 From: Blake Harnden <32446120+bharnden@users.noreply.github.com> Date: Fri, 17 Sep 2021 16:14:28 -0700 Subject: [PATCH] updated changelog and bumped versions for release --- CHANGELOG.md | 8 ++++++++ configure.ac | 2 +- daemon/pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2659984..92f082b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 2021-09-17 CORE 7.5.2 + +* Installation + * \#596 - fixes issue related to installing poetry by pinning version to 1.1.7 + * updates pipx installation to pinned version 0.16.4 +* core-daemon + * \#600 - fixes known vulnerability for pillow dependency by updating version + ## 2021-04-15 CORE 7.5.1 * core-pygui diff --git a/configure.ac b/configure.ac index 3fd076b6..dcfddccc 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. # this defines the CORE version number, must be static for AC_INIT -AC_INIT(core, 7.5.1) +AC_INIT(core, 7.5.2) # autoconf and automake initialization AC_CONFIG_SRCDIR([netns/version.h.in]) diff --git a/daemon/pyproject.toml b/daemon/pyproject.toml index ffb4f818..720ae27d 100644 --- a/daemon/pyproject.toml +++ b/daemon/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "core" -version = "7.5.1" +version = "7.5.2" description = "CORE Common Open Research Emulator" authors = ["Boeing Research and Technology"] license = "BSD-2-Clause"