This commit is contained in:
Francesco 2023-10-04 13:39:30 +02:00
parent f6aebb65e1
commit 8ed684ba16

View File

@ -42,7 +42,7 @@ The code is still in a very early stage and it might not be robust if you use no
<dependency>
<groupId>tech.ailef</groupId>
<artifactId>spring-boot-db-admin</artifactId>
<version>0.1.3</version>
<version>0.1.4</version>
</dependency>
```
@ -88,6 +88,9 @@ If you find a problem or a bug, please report it as an issue. When doing so, inc
## Changelog
**0.1.4**
- Fixed critical issue which was preventing correct startup ([#1](https://github.com/aileftech/spring-boot-database-admin/issues/1))
**0.1.3**
- `@HiddenColumn`
- Improved UI on action logs page and several other improvements to faceted search