Skip to content

Commit 4d85577

Browse files
committed
Update CHANGELOG.md, bump version to 2.3.3
1 parent 30ebe3b commit 4d85577

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog #
22

3+
## Version 2.3.3
4+
5+
Date: 2019-10-02
6+
7+
- Fix typo in cats/monad/state.clj: -repr should return a string, not a regex
8+
39
## Version 2.3.2
410

511
Date: 2018-11-07

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject funcool/cats "2.3.2"
1+
(defproject funcool/cats "2.3.3"
22
:description "Category Theory abstractions for Clojure"
33
:url "https://github.com/funcool/cats"
44
:license {:name "BSD (2 Clause)"

0 commit comments

Comments
 (0)