diff --git a/CHANGELOG.md b/CHANGELOG.md index fb932bdb..b93e6b62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +== 2.1.0 + +* Replace configuration of ConnectionManager with configuration of SchemeRegistry to fix https://github.com/twitter/hbc/issues/113 + == 2.0.2 * Allow for configuration of http ConnectionManager diff --git a/hbc-core/pom.xml b/hbc-core/pom.xml index 9e470510..f9f6d1ac 100644 --- a/hbc-core/pom.xml +++ b/hbc-core/pom.xml @@ -3,13 +3,13 @@ 4.0.0 com.twitter hbc-core - 2.0.3-SNAPSHOT + 2.1.0 jar Hosebird Client Core com.twitter hbc - 2.0.3-SNAPSHOT + 2.1.0 ${project.basedir}/../.git diff --git a/hbc-example/pom.xml b/hbc-example/pom.xml index 91ee82d1..31069672 100644 --- a/hbc-example/pom.xml +++ b/hbc-example/pom.xml @@ -3,13 +3,13 @@ 4.0.0 com.twitter hbc-example - 2.0.3-SNAPSHOT + 2.1.0 jar Hosebird Client Examples com.twitter hbc - 2.0.3-SNAPSHOT + 2.1.0 ${project.basedir}/../.git @@ -25,7 +25,7 @@ com.twitter hbc-twitter4j - 2.0.3-SNAPSHOT + 2.1.0 org.slf4j diff --git a/hbc-twitter4j/pom.xml b/hbc-twitter4j/pom.xml index a4aad08a..caaf86fa 100644 --- a/hbc-twitter4j/pom.xml +++ b/hbc-twitter4j/pom.xml @@ -3,12 +3,12 @@ com.twitter hbc - 2.0.3-SNAPSHOT + 2.1.0 4.0.0 com.twitter hbc-twitter4j - 2.0.3-SNAPSHOT + 2.1.0 jar Hosebird Client Twitter4J @@ -18,7 +18,7 @@ com.twitter hbc-core - 2.0.3-SNAPSHOT + 2.1.0 com.google.guava diff --git a/pom.xml b/pom.xml index 585ce491..d8a0fa25 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.twitter hbc pom - 2.0.3-SNAPSHOT + 2.1.0 http://github.com/twitter/hbc A Java HTTP client for consuming Twitter's Streaming API