Skip to content

Releases: pavankjadda/LiquibaseDemo

3.0.0

04 Feb 00:47
f7f4a02
Compare
Choose a tag to compare

What's Changed

  • feat(core): adds spring boot 3 and liquibase 4.16.1 support by @pavankjadda in #18

Full Changelog: v2.3.0...v3.0.0

2.3.0

21 Mar 05:11
2627432
Compare
Choose a tag to compare

What's Changed

  • Upgrades Spring Boot version to 2.6.4 and Liquibase version to 4.9.0 by @pavankjadda in #17

Full Changelog: v2.2.0...v2.3.0

2.2.0

20 Nov 00:04
Compare
Choose a tag to compare

Improvements

Upgrade to Spring Boot 2.4.0

2.1.0

25 Jul 02:56
Compare
Choose a tag to compare
v2.1.0

Update to 2.3.2.RELEASE

2.0.0

16 Jul 15:48
52df693
Compare
Choose a tag to compare

Upgrade to Liquibase 4.0.0

1.5.0

22 Jun 06:13
Compare
Choose a tag to compare
v1.5.0

Use only one changelog directory for database  migrations

1.4.0

22 Jun 02:21
Compare
Choose a tag to compare

Moves liquibase credentials to pom.xml and overrides them through maven command

$ mvn  resources:resources liquibase:diff  -Dliquibase.url="jdbc:mysql://localhost:3306/liquibasedemo-dev?serverTimezone=UTC" -Dliquibase.username="root" -Dliquibase.password="test1234"

1.3

01 Jun 04:36
Compare
Choose a tag to compare
1.3

Release cut v1.3

1.2

28 Mar 18:51
Compare
Choose a tag to compare
1.2
v1.2

Update README.md

v1.1

25 Feb 20:05
f303fa3
Compare
Choose a tag to compare

Bug fix for #6