diff --git a/package.json b/package.json index 9ed442d..c7fae4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "germinate", - "version": "4.7.1", + "version": "4.7.2", "description": "Germinate is an open source plant database infrastructure and application programming platform on which complex data from genetic resource collections can be stored, queried and visualized", "author": "Sebastian Raubach", "scripts": { diff --git a/src/mixins/util.js b/src/mixins/util.js index 14383e5..3db7482 100644 --- a/src/mixins/util.js +++ b/src/mixins/util.js @@ -1,7 +1,7 @@ import store from '@/store' import { event } from 'vue-gtag' -const germinateVersion = '4.7.1' +const germinateVersion = '4.7.2' /** * Generates a v4 UUID diff --git a/src/plugins/changelog/index.json b/src/plugins/changelog/index.json index 6b45374..927f0c5 100644 --- a/src/plugins/changelog/index.json +++ b/src/plugins/changelog/index.json @@ -1,4 +1,26 @@ [ + { + "version": "4.7.2", + "date": "2024-03-12", + "items": [ + { + "type": "bugfix", + "title": "Database connection timeout", + "text": "Some long-running data import jobs timed out the database connection. Added reconnect parameter.", + "categories": [ + "admin" + ] + }, + { + "type": "bugfix", + "title": "BrAPI call set endpoint", + "text": "Fixed issue where BrAPI call set calls would exceed maximum allowed database connection size.", + "categories": [ + "admin" + ] + } + ] + }, { "version": "4.7.1", "date": "2024-01-17",