Skip to content

Commit

Permalink
Bumping changelog and version numbers for release (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
danthony06 authored Feb 29, 2024
1 parent 460d46a commit 29e280d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion docs/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -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®)
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.github.swri-robotics</groupId>
<artifactId>bag-database</artifactId>
<packaging>war</packaging>
<version>3.5.1</version>
<version>3.5.2</version>
<name>Bag Database</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
4 changes: 2 additions & 2 deletions src/main/webapp/resources/js/views/AboutWindow.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ Ext.define('BagDatabase.views.AboutWindow', {
layout: 'fit',
bodyPadding: 5,
constrainHeader: true,
html: "<h2>Bag Database 3.5.1</h2>" +
html: "<h2>Bag Database 3.5.2</h2>" +
"<p>Documentation: <a href='https://swri-robotics.github.io/bag-database/'>https://swri-robotics.github.io/bag-database/</a></p>" +
"<p>Source Code: <a href='https://github.com/swri-robotics/bag-database'>https://github.com/swri-robotics/bag-database</a></p>" +
"<p>Copyright 2015-2020 Southwest Research Institute</p>" +
"<p>Copyright 2015-2024 Southwest Research Institute</p>" +
"<br>" +
"<p>Icons provided by <a href='http://www.famfamfam.com/lab/icons/silk/'>http://www.famfamfam.com/lab/icons/silk/</a></p>" +
"<p>A number of open source libraries were used in the creation of this software;<br>" +
Expand Down

0 comments on commit 29e280d

Please sign in to comment.