From bce6e501db205843dea1972d2384fde6d2122ae7 Mon Sep 17 00:00:00 2001 From: Trevor Hartman Date: Thu, 26 Apr 2018 12:46:10 -0600 Subject: [PATCH] Upgrade to yetibot.core 0.4.31 --- doc/CHANGELOG.md | 3 ++- project.clj | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 2edca440..214c78ed 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -6,9 +6,10 @@ which contains Yetibot's core functionality along with a few commands. See changelog](https://github.com/yetibot/yetibot.core/blob/master/doc/CHANGELOG.md) as well. -## 0.4.36 - Unreleased +## 0.4.36 - 4/26/18 - Fix catfact (again) by switching to catfact.ninja +- Upgrade to yetibot.core 0.4.31 ## 0.4.35 - 4/26/18 diff --git a/project.clj b/project.clj index 979b4c28..7c57625c 100644 --- a/project.clj +++ b/project.clj @@ -23,7 +23,7 @@ :timeout 120000 :welcome (println "Welcome to the yetibot development REPL!")} :dependencies [[org.clojure/clojure "1.9.0"] - [yetibot.core "0.4.30"] + [yetibot.core "0.4.31"] ; apis [twitter-api "1.8.0"]