Skip to content

Commit a86102c

Browse files
committed
Add changelog
1 parent cf2b0b0 commit a86102c

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ target/*
1414
*.lock
1515
*.DS_Store
1616
*.cfc.hbm.xml
17-
/cache
17+
/cache
18+
.vscode/settings.json

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog
2+
3+
## 1.0.0.4
4+
5+
- [LDEV-6093](https://luceeserver.atlassian.net/browse/LDEV-6093) — auto-bundle parent POMs to make extension fully self-contained
6+
7+
## 1.0.0.3
8+
9+
- Add Maven GAV metadata
10+
11+
## 1.0.0.2
12+
13+
- Add logo to Maven publishing
14+
- [LDEV-6216](https://luceeserver.atlassian.net/browse/LDEV-6216) — disable SFTP/FTPS virtual filesystem test cases (not yet supported)
15+
16+
## 1.0.0.1
17+
18+
- Beta release
19+
- Add test cases for virtual file system
20+
21+
## 1.0.0.0
22+
23+
- Initial version — FTP/SFTP functionality extracted from Lucee core (since Lucee 7.1)
24+
- Uses Apache Commons Net and mwiede/jsch libraries

0 commit comments

Comments
 (0)