Skip to content

Commit

Permalink
Updated version and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralph Gasser committed Apr 26, 2021
1 parent 0a7ba34 commit 2b1aff4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change log for Cottontail DB

## Version 0.12.7

### Bugfixes

* Refactored MigrationManager to fix several locking issues due to structuring of transactions.
* Fixed race condition in query execution due to plan cache.

## Version 0.12.6

### Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apply plugin: 'com.github.johnrengelman.shadow'

/* Group and SNAPSHOT version. Update version for each major and minor release. */
group 'org.vitrivr'
version '0.12.6'
version '0.12.7'

/* General application attributes. */
mainClassName = 'org.vitrivr.cottontail.CottontailKt'
Expand Down

0 comments on commit 2b1aff4

Please sign in to comment.