Skip to content

Commit

Permalink
Prepared release of version 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
torbrenner committed May 7, 2020
1 parent 33fb18c commit 3e8ccc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## [Unreleased]

## [0.0.1] - 2020-05-07
### Added
- docker support - see readme.md for more information about docker
- Support for CORS Requests. The CORS access can be specified by using PATHS_ALLOWED_ORIGINS and PATHS_ALLOWED_CORS_HEADERS environment variables.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>de.mainzelliste</groupId>
<artifactId>paths</artifactId>
<packaging>war</packaging>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<name>paths</name>

<build>
Expand Down

0 comments on commit 3e8ccc7

Please sign in to comment.