aspnet / WebHooks

[Archived] Libraries to create and consume web hooks on ASP.NET Core. Project moved to https://github.com/aspnet/AspLabs
Apache License 2.0
627 stars 439 forks source link

Release Notes? #89

Closed mattscully closed 7 years ago

mattscully commented 7 years ago

Are there release notes for what has changed between the release candidates? We are using the custom WebHook sender/receiver libraries and it would be helpful to know what has changed as we look to upgrade from 1.2.0-rc1b to 1.2.0-rc2. I've looked through docs.asp.net, blogs, and github and couldn't find anything.

HenrikFrystykNielsen commented 7 years ago

Good question! Normally we just rely on the git history to see the differences between releases. All releases are marked with tags so it should be relatively easy to see the differences any two releases.

mattscully commented 7 years ago

@HenrikFrystykNielsen Sounds good. I should have checked the tags previously, but that should be sufficient for now. Thanks!