Skip to content

Commit

Permalink
Prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mhadam committed Jan 10, 2019
1 parent 4684e57 commit 859c375
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Java 0.8.4 (2019-01-09)
-----------------------
Add deployment to build process (close #183)
Add sonatype credentials to .travis.yml (closes #209)
Add Bintray credentials to .travis.yml (closes #208)

Java 0.8.3 (2019-01-02)
-----------------------
Change some info statements to debug (#202)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ wrapper.gradleVersion = '5.0.0'

group = 'com.snowplowanalytics'
archivesBaseName = 'snowplow-java-tracker'
version = '0.8.3'
version = '0.8.4'
sourceCompatibility = '1.8'
targetCompatibility = '1.8'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ public void testTrackTimingWithSubject() {
@Test
public void testGetTrackerVersion() throws Exception {
Tracker tracker = new Tracker.TrackerBuilder(emitter, "namespace", "an-app-id").build();
assertEquals("java-0.8.3", tracker.getTrackerVersion());
assertEquals("java-0.8.4", tracker.getTrackerVersion());
}

@Test
Expand Down

0 comments on commit 859c375

Please sign in to comment.