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"]