Skip to content

Commit f1b1f50

Browse files
committed
v5.0.11
1 parent 243a40b commit f1b1f50

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@ All notable changes to Jodd project are documented here.
44

55
## [n/a](https://github.com/oblac/jodd/compare/v5.0.10...master)
66

7+
## [v5.0.11](https://github.com/oblac/jodd/compare/v5.0.10...v5.0.11)
8+
79
### Breaking changes
810

911
+ **bean** - internals of Java system classes are no longer accessible.
1012

1113
### Bug fixes
1214

15+
+ **db** - fixed special case of double columns, used in PostgreSQL.
1316
+ **stapler** - fixed issue with absolute urls in CSS.
1417

1518

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ description = '''
4545
simple, but not simpler.
4646
'''
4747

48-
version = '5.0.11-' + date()
49-
//version = '5.0.10'
48+
//version = '5.0.11-' + date()
49+
version = '5.0.11'
5050

5151
// --- properties -------------------------------------------------------------
5252

0 commit comments

Comments
 (0)