From d2a014545d053503c77cc1bcb93abee5f2454301 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 22 Apr 2024 17:04:40 +0300 Subject: [PATCH] Prepare for release --- gogost.go | 2 +- news.texi | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/gogost.go b/gogost.go index b7d04d9..f33164b 100644 --- a/gogost.go +++ b/gogost.go @@ -1,4 +1,4 @@ // Pure Go GOST cryptographic functions library. package gogost -const Version = "5.13.0" +const Version = "5.14.1" diff --git a/news.texi b/news.texi index fdca692..bd73cc2 100644 --- a/news.texi +++ b/news.texi @@ -3,6 +3,13 @@ @table @strong +@anchor{Release 5.14.1} +@item 5.14.1 + @itemize + @item Forgotten @code{Version} raise + @item Streebog-512 PBKDF2 test vectors + @end itemize + @anchor{Release 5.14.0} @item 5.14.0 28147-89 and CryptoPro key wrapping support -- 2.44.0