We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f64c15 commit 98beebfCopy full SHA for 98beebf
2 files changed
changelog.md
@@ -15,6 +15,11 @@ This project adhere to Semantic Versioning.
15
### Fixed
16
### Security
17
18
+## [0.2.0] - 2018-10-23
19
+
20
+### Changed
21
22
+- File uploads to GeoServer now imposes a UTF-8 charset
23
24
## [0.1.0] - 2018-10-16
25
composer.json
@@ -55,7 +55,7 @@
55
},
56
"extra": {
57
"branch-alias" : {
58
- "dev-master": "0.2.0-dev"
+ "dev-master": "0.3.0-dev"
59
}
60
61
0 commit comments