From bc293c20857faf48b072afd483f95c9be6564078 Mon Sep 17 00:00:00 2001 From: Tomi Tuhkanen Date: Tue, 17 May 2022 16:39:00 +0200 Subject: [PATCH] Version to 0.11.0 --- CHANGELOG.md | 2 ++ FakeServer/FakeServer.csproj | 2 +- README.md | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bf8200..6aefca3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ### [Unreleased] + +### [0.11.0] - 2022-05-17 * FIXED: Basic Authentication unauthorized result * ADDED: API key authentication * CHANGED: For empty collections return 200 status code instead of 404 diff --git a/FakeServer/FakeServer.csproj b/FakeServer/FakeServer.csproj index e3d68e0..1b51d8b 100644 --- a/FakeServer/FakeServer.csproj +++ b/FakeServer/FakeServer.csproj @@ -10,7 +10,7 @@ Tomi Tuhkanen Fake JSON Server - 0.10.0 + 0.11.0 https://github.com/ttu/dotnet-fake-json-server https://github.com/ttu/dotnet-fake-json-server diff --git a/README.md b/README.md index fd23042..a7e03ce 100644 --- a/README.md +++ b/README.md @@ -202,11 +202,11 @@ The self-contained application archive contains Fake JSON Server, .NET runtime a 1) Download correct archive matching your OS 1) Extract files and execute -E.g. download and execute version _0.9.1_ for _macOS_ +E.g. download and execute version _0.11.0_ for _macOS_ ```sh $ mkdir FakeServer && cd FakeServer -$ wget https://github.com/ttu/dotnet-fake-json-server/releases/download/0.9.1/fakeserver-osx-x64.tar.gz +$ wget https://github.com/ttu/dotnet-fake-json-server/releases/download/0.11.0/fakeserver-osx-x64.tar.gz $ tar -zxvf fakeserver-osx-x64.tar.gz $ chmod +x FakeServer $ ./FakeServer