Skip to content

Commit 40a51f5

Browse files
authoredJan 28, 2019
Merge pull request #9 from circleci/bostonaholic/segment-2.1.1
update segment 2.1.1
2 parents b6c95d4 + facd12b commit 40a51f5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 0.7.1 (Unreleased)
2+
==========================
3+
4+
* Support for Segment 2.1.1
5+
16
Version 0.7.0 (January 27, 2019)
27
================================
38

‎project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:license {:name "Eclipse Public License"
55
:url "http://www.eclipse.org/legal/epl-v10.html"}
66
:dependencies [[org.clojure/clojure "1.8.0"]
7-
[com.segment.analytics.java/analytics "2.1.0"]]
7+
[com.segment.analytics.java/analytics "2.1.1"]]
88
:profiles {:dev {:dependencies [[bond "0.2.6"]]}}
99
:plugins [[lein-codox "0.10.5"]]
1010
:codox {:output-path "docs"

0 commit comments

Comments
 (0)
Failed to load comments.