Skip to content

Commit

Permalink
Bumping version and updating release notes (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
danthony06 authored Sep 9, 2022
1 parent 518c602 commit 045970e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
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.0</version>
<version>3.5.1</version>
<name>Bag Database</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/resources/js/views/AboutWindow.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Ext.define('BagDatabase.views.AboutWindow', {
layout: 'fit',
bodyPadding: 5,
constrainHeader: true,
html: "<h2>Bag Database 3.4.2</h2>" +
html: "<h2>Bag Database 3.5.1</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>" +
Expand Down

0 comments on commit 045970e

Please sign in to comment.