From 9ac57c90dd23916cc428e5b17d59e514331fc88b Mon Sep 17 00:00:00 2001 From: Ghosh Date: Mon, 17 Oct 2022 00:36:18 -0700 Subject: [PATCH] update history for release 0.7.13 --- HISTORY.md | 4 ++++ build.gradle | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 941f193e..c11c56e8 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # History of Changes +## 0.7.13 + +* Update to 2022-08 registered IANA types (#125). + ## 0.7.12 * Update to 2021-10 registered IANA types (#118). diff --git a/build.gradle b/build.gradle index cf024d73..1a5587cb 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ allprojects { ext.ktlint_version = '0.41.0' // Version of JIPP & friends to publish - ext.jipp_version = '0.7.12' + ext.jipp_version = '0.7.13' buildscript { repositories {