diff --git a/CHANGELOG.md b/CHANGELOG.md index 2464ac2..f5ecb11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog ### [Unreleased] +* + +### [0.6.0] - 2017-11-30 * Caching of unchanged resources with ETag and If-None-Match headers * Avoiding mid-air collisions with ETag and If-Match headers * Authorization header input to Swagger if authentication is enabled diff --git a/FakeServer/FakeServer.csproj b/FakeServer/FakeServer.csproj index 8e30dd9..ae09e89 100644 --- a/FakeServer/FakeServer.csproj +++ b/FakeServer/FakeServer.csproj @@ -6,7 +6,7 @@ Tomi Tuhkanen Fake JSON Server - 0.5.0 + 0.6.0 https://github.com/ttu/dotnet-fake-json-server https://github.com/ttu/dotnet-fake-json-server https://raw.githubusercontent.com/ttu/dotnet-fake-json-server/master/LICENSE diff --git a/README.md b/README.md index 80a295c..b45755b 100644 --- a/README.md +++ b/README.md @@ -105,11 +105,11 @@ The self-contained application archive contains Fake JSON Server, .NET Core runt 1) Download correct archive matching your OS 1) Extract files and execute -E.g. download and execute version _0.5.0_ for _macOS_ +E.g. download and execute version _0.6.0_ for _macOS_ ```sh $ mkdir FakeServer && cd FakeServer -$ wget https://github.com/ttu/dotnet-fake-json-server/releases/download/0.5.0/fakeserver-osx-x64.tar.gz +$ wget https://github.com/ttu/dotnet-fake-json-server/releases/download/0.6.0/fakeserver-osx-x64.tar.gz $ tar -zxvf fakeserver-osx-x64.tar.gz $ chmod +x FakeServer $ ./FakeServer