Skip to content

Commit

Permalink
Version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ttu committed Sep 13, 2017
1 parent e1f5209 commit 292f48a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion FakeServer/FakeServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Authors>Tomi Tuhkanen</Authors>
<Company />
<Description>Fake JSON Server</Description>
<Version>0.3.0</Version>
<Version>0.4.0</Version>
<PackageProjectUrl>https://github.com/ttu/dotnet-fake-json-server</PackageProjectUrl>
<RepositoryUrl>https://github.com/ttu/dotnet-fake-json-server</RepositoryUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/ttu/dotnet-fake-json-server/master/LICENSE</PackageLicenseUrl>
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 292f48a

Please sign in to comment.