Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit bdc2af9

Browse files
committed
Updated to version 1.0.1
1 parent 3431c3b commit bdc2af9

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.MD

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Change Log
22

3-
## [1.0.0](https://github.com/devsu/push-sender/releases/tag/1.1.0) (2015-12-28)
3+
## [1.0.0](https://github.com/devsu/push-sender/releases/tag/1.0.0) (2015-12-28)
44

55
First release of the GCM Push Client.
66

77
+ Initial commit.
88
+ Added Javadocs.
99
+ Added Readme and License
10-
+ Added GCM and APNS push services.
10+
+ Added GCM and APNS push services.
11+
12+
## [1.0.1](https://github.com/devsu/push-sender/releases/tag/1.0.1) (2016-01-06)
13+
14+
+ Added RuntimeIOException and InvalidSSLConfig on APNS Service.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.devsu</groupId>
77
<artifactId>push-sender</artifactId>
8-
<version>1.0.0</version>
8+
<version>1.0.1</version>
99
<packaging>jar</packaging>
1010
<name>Push Sender</name>
1111
<description>Push Sender is a library that allows you to quickly send push messages via APNS or GCM, on your Java powered servers.</description>

0 commit comments

Comments
 (0)