From 98a32dc06036b06478ee3582246fcb4f8aa65519 Mon Sep 17 00:00:00 2001 From: Trevor Hartman Date: Sun, 24 Jun 2018 20:35:25 -0600 Subject: [PATCH] Upgrade to yetibot.core 0.4.38 --- doc/CHANGELOG.md | 4 ++++ project.clj | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 4a891391..1a709bee 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -6,6 +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.42 - 6/24/2018 + +- Upgrade to yetibot.core 0.4.38 + ## 0.4.41 - 6/23/2018 - Upgrade to yetibot.core 0.4.36 diff --git a/project.clj b/project.clj index da1f3440..6a55e93d 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.36"] + [yetibot.core "0.4.38"] ; apis [twitter-api "1.8.0"]