Skip to content

Commit

Permalink
chore(release): 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Panzer1119 committed Aug 4, 2021
1 parent 212005f commit d330a47
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.1.6](https://github.com/Panzer1119/CJP-Database/compare/v0.1.5...v0.1.6) (2021-08-04)


### Bug Fixes

* only rollback a transaction if an error occurred in HibernateUtil.java ([212005f](https://github.com/Panzer1119/CJP-Database/commit/212005f0db54bf37470e7d1eec2d7410d09649e0))

### [0.1.5](https://github.com/Panzer1119/CJP-Database/compare/v0.1.4...v0.1.5) (2021-08-04)


Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group 'de.codemakers'
version = '0.1.5'
version = '0.1.6'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sonar.projectKey=Panzer1119:CJP-Database
sonar.projectName=CJP-Database
sonar.projectVersion=0.1.5
sonar.projectVersion=0.1.6
sonar.sources=src,build.gradle
sonar.java.binaries=build/classes

0 comments on commit d330a47

Please sign in to comment.