From 29e280d2348ab8a5b3c3889bc3175e9334a34fd1 Mon Sep 17 00:00:00 2001 From: David Anthony Date: Thu, 29 Feb 2024 11:03:58 -0600 Subject: [PATCH] Bumping changelog and version numbers for release (#208) --- CHANGELOG.md | 3 +++ docs/about.md | 2 +- pom.xml | 2 +- src/main/webapp/resources/js/views/AboutWindow.js | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a56e3f2..740286b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Bag Database changelog +3.5.2 +- Updating dependencies to address security vulnerabilities (Thanks danthony06) + 3.5.1 - Improved handling of invalid metadata (Thanks pjreed and ptulpen) diff --git a/docs/about.md b/docs/about.md index 510136e5..ce48c95c 100644 --- a/docs/about.md +++ b/docs/about.md @@ -22,4 +22,4 @@ Pre-built Docker images are on Docker Hub at [https://ghcr.io/swri-robotics/bag- Let us know how it works for you! -Copyright (c) 2015-2020, Southwest Research Institute® (SwRI®) +Copyright (c) 2015-2024, Southwest Research Institute® (SwRI®) diff --git a/pom.xml b/pom.xml index 8ef2d951..1bdeb535 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.github.swri-robotics bag-database war - 3.5.1 + 3.5.2 Bag Database UTF-8 diff --git a/src/main/webapp/resources/js/views/AboutWindow.js b/src/main/webapp/resources/js/views/AboutWindow.js index 95a81423..8854b842 100644 --- a/src/main/webapp/resources/js/views/AboutWindow.js +++ b/src/main/webapp/resources/js/views/AboutWindow.js @@ -35,10 +35,10 @@ Ext.define('BagDatabase.views.AboutWindow', { layout: 'fit', bodyPadding: 5, constrainHeader: true, - html: "

Bag Database 3.5.1

" + + html: "

Bag Database 3.5.2

" + "

Documentation: https://swri-robotics.github.io/bag-database/

" + "

Source Code: https://github.com/swri-robotics/bag-database

" + - "

Copyright 2015-2020 Southwest Research Institute

" + + "

Copyright 2015-2024 Southwest Research Institute

" + "
" + "

Icons provided by http://www.famfamfam.com/lab/icons/silk/

" + "

A number of open source libraries were used in the creation of this software;
" +