From 292f48a722a23ba2104bc0cba9a7bf1ae042fc8f Mon Sep 17 00:00:00 2001 From: ttu Date: Wed, 13 Sep 2017 22:51:58 +0300 Subject: [PATCH] Version to 0.4.0 --- CHANGELOG.md | 3 +++ FakeServer/FakeServer.csproj | 2 +- README.md | 6 +++++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e5a157..16f1798 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog ### [Unreleased] +* + +### [0.4.0] - 2017-09-13 * Basic Authentication * Select fields to return from query * Upgrade to ASP.NET Core 2.0 diff --git a/FakeServer/FakeServer.csproj b/FakeServer/FakeServer.csproj index 85c5ccc..efe4173 100644 --- a/FakeServer/FakeServer.csproj +++ b/FakeServer/FakeServer.csproj @@ -6,7 +6,7 @@ Tomi Tuhkanen Fake JSON Server - 0.3.0 + 0.4.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 dedc7a1..093ce14 100644 --- a/README.md +++ b/README.md @@ -883,7 +883,11 @@ Api uses best practices and recommendations from these guides: [Changelog](CHANGELOG.md) -### License +## Contributing + +Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. + +## License Licensed under the [MIT](LICENSE) License.