Skip to content

Commit

Permalink
Version bump and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe committed Jun 18, 2015
1 parent 25f5375 commit e93ed2e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -34,6 +34,15 @@ We'd also love for you to come and work with us! Check out http://boards.greenho
Changelog
---------

#### v4.6.1

* The Mixpanel library no longer uses the default SSLSocketFactory
from the system schema registry, instead preferring the system
defaults. Most users will not need to make any changes to their
integrations. To change the SSL settings that the Mixpanel library
uses, call MPConfig.getInstance(context).setSSLSocketFactory(socketFactory)


#### v4.6

* Mixpanel A/B testing is now supported on Android. Users can
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -3,4 +3,4 @@ group = com.mixpanel.android
# As long as we support building from source in Eclipse, we can't
# just use BuildConfig.MIXPANEL_VERSION in our source, so if you
# update the value of version you'll also need to update MPConfig.VERSION
version = 4.6.1-SNAPSHOT
version = 4.6.1
2 changes: 1 addition & 1 deletion src/main/java/com/mixpanel/android/mpmetrics/MPConfig.java
Expand Up @@ -88,7 +88,7 @@ public class MPConfig {
// Unfortunately, as long as we support building from source in Eclipse,
// we can't rely on BuildConfig.MIXPANEL_VERSION existing, so this must
// be hard-coded both in our gradle files and here in code.
public static final String VERSION = "4.6.1-SNAPSHOT";
public static final String VERSION = "4.6.1";

public static boolean DEBUG = false;

Expand Down

0 comments on commit e93ed2e

Please sign in to comment.