diff --git a/README.md b/README.md index 318956e4..741c5a58 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,9 @@ Task> Check [Wiki pages](https://github.com/ramtinak/InstagramApiSharp/wiki) for documentation. ## Version changes +v1.5.0.1 +- [Bugfix] for adding header + v1.5.0.0 - [Update] api version and signature key to v126.0.0.25.121 - [Update] Headers and constants diff --git a/src/InstagramApiSharp/InstagramApiSharp.csproj b/src/InstagramApiSharp/InstagramApiSharp.csproj index 3228ef80..118ffc63 100644 --- a/src/InstagramApiSharp/InstagramApiSharp.csproj +++ b/src/InstagramApiSharp/InstagramApiSharp.csproj @@ -11,9 +11,9 @@ false false True - 1.5.0.0 - 1.5.0.0 - 1.5.0.0 + 1.5.0.1 + 1.5.0.1 + 1.5.0.1 A complete Private Instagram API for .NET. @@ -38,7 +38,10 @@ See example projects and wiki pages to find out how this library works. https://github.com/ramtinak/InstagramApiSharp/ https://github.com/ramtinak/InstagramApiSharp/ - v1.5.0.0 + v1.5.0.1 +- [Bugfix] for adding header + +v1.5.0.0 [Update] api version and signature key to v126.0.0.25.121 [Update] Headers and constants [Update] GetUserTimelineFeedAsync, Constants and some others