Skip to content

Commit

Permalink
Merge pull request #1585 from /issues/1584-liquibase-tag
Browse files Browse the repository at this point in the history
Fix #1584: Add liquibase tag 1.8.0
  • Loading branch information
banterCZ authored Jul 26, 2024
2 parents 5f19827 + 78af600 commit ee510e5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.9.xsd">

<changeSet id="1" logicalFilePath="powerauth-java-server/1.8.x/20240625-add-tag-1.8.0.xml" author="Lubos Racansky">
<tagDatabase tag="powerauth-server/1.8.0"/>
</changeSet>

</databaseChangeLog>
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
<include file="20240424-index-expire-status.xml" relativeToChangelogFile="true" />
<include file="20240517-fido2-authenticator-transports.xml" relativeToChangelogFile="true" />
<include file="20240529-add-status-reason.xml" relativeToChangelogFile="true" />
<include file="20240625-add-tag-1.8.0.xml" relativeToChangelogFile="true" />

</databaseChangeLog>

0 comments on commit ee510e5

Please sign in to comment.