From 43b4eb3f80b780edd645db9457a9372733ca069e Mon Sep 17 00:00:00 2001 From: bswanson Date: Fri, 6 Mar 2026 15:19:03 -0600 Subject: [PATCH 1/3] Version 1.3.30 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 90a1734a..10278f21 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject threatgrid/ctim "1.3.30-SNAPSHOT" +(defproject threatgrid/ctim "1.3.30" :description "Cisco Threat Intelligence Model" :url "http://github.com/threatgrid/ctim" :license {:name "Eclipse Public License" From a92db527fc4b28e8e0f39bca8498e536e5182385 Mon Sep 17 00:00:00 2001 From: bswanson Date: Fri, 6 Mar 2026 15:20:09 -0600 Subject: [PATCH 2/3] Version 1.3.31-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 10278f21..6d4725bb 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject threatgrid/ctim "1.3.30" +(defproject threatgrid/ctim "1.3.31-SNAPSHOT" :description "Cisco Threat Intelligence Model" :url "http://github.com/threatgrid/ctim" :license {:name "Eclipse Public License" From 94e3b949f04ab955f7d3e211cd75670eb847ef44 Mon Sep 17 00:00:00 2001 From: Devin Walters Date: Wed, 8 Apr 2026 12:45:04 -0500 Subject: [PATCH 3/3] Bump ctim schema version --- src/ctim/schemas/common.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ctim/schemas/common.cljc b/src/ctim/schemas/common.cljc index 875c4eba..07ddaaf9 100644 --- a/src/ctim/schemas/common.cljc +++ b/src/ctim/schemas/common.cljc @@ -20,7 +20,7 @@ [flanders.predicates :as fp] [clojure.string :as str])) -(def ctim-schema-version "1.3.30") +(def ctim-schema-version "1.3.31") (def-eq CTIMSchemaVersion ctim-schema-version)