Skip to content

Commit

Permalink
- CHG: Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-raubach committed Mar 12, 2024
1 parent ebe4a80 commit 4d8a629
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/mixins/util.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down
22 changes: 22 additions & 0 deletions src/plugins/changelog/index.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 4d8a629

Please sign in to comment.