diff --git a/CHANGES.md b/CHANGES.md index bb5149ec0..304bd378d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,6 +10,13 @@ - Windows (x86/amd64): - Linux/Mac OS X: +## v0.25.4 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.25.3..v0.25.4)) + +This is a security and bugfix release that fixes a number of minor +possible security issues, including possible errors during the parsing +of commit and tag information. In addition, a number of performance +improvements and bugfixes are included in the underlying native library. + ## v0.25.3 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.25.2..v0.25.3)) This is a security release fixing a number of possible security issues, diff --git a/version.json b/version.json index d067fdeec..0a9443242 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "0.25.3", + "version": "0.25.4", "publicReleaseRefSpec": [ "^refs/heads/master$", // we release out of master "^refs/heads/maint/v\\d+(?:\\.\\d+)?$" // and maint/vNN branches