From 045970e218f6f092b893d6e965781dc100708bcd Mon Sep 17 00:00:00 2001 From: David Anthony Date: Fri, 9 Sep 2022 16:10:54 -0500 Subject: [PATCH] Bumping version and updating release notes (#197) --- CHANGELOG.md | 2 ++ pom.xml | 2 +- src/main/webapp/resources/js/views/AboutWindow.js | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6830edbf..7a56e3f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # Bag Database changelog +3.5.1 +- Improved handling of invalid metadata (Thanks pjreed and ptulpen) 3.5.0 - Update dependencies to address the Spring4Shell vulnerability (https://spring.io/blog/2022/03/31/spring-framework-rce-early-announcement) (Thanks pjreed) diff --git a/pom.xml b/pom.xml index 9b5a5212..b8c9d02b 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.github.swri-robotics bag-database war - 3.5.0 + 3.5.1 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 ffbc67a1..95a81423 100644 --- a/src/main/webapp/resources/js/views/AboutWindow.js +++ b/src/main/webapp/resources/js/views/AboutWindow.js @@ -35,7 +35,7 @@ Ext.define('BagDatabase.views.AboutWindow', { layout: 'fit', bodyPadding: 5, constrainHeader: true, - html: "

Bag Database 3.4.2

" + + html: "

Bag Database 3.5.1

" + "

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

" + "

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

" + "

Copyright 2015-2020 Southwest Research Institute

" +