Skip to content

Commit a760ac9

Browse files
authored
Merge pull request #48 from urbanairship/pre-release-bits
Update version, changelog, readme before release
2 parents f43d6a5 + 9d75237 commit a760ac9

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

CHANGELOG

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
--------------------
2+
4.0.0
3+
--------------------
4+
- Added support for in-app messages
5+
- Added support for iOS priority
6+
- Added config class, allowing you to define log level and log location
7+
- Added templates for Github pull requests and issues, contribution information
8+
- Fixed ability to create a new scheduled push from an existing scheduled push URL
9+
- Various docs and tests fixes
10+
- Removed support for Blackberry and MPNS platforms
11+
- Removed support for per-push reports
12+
13+
114
--------------------
215
3.2.4
316
--------------------

README.rst

+3-9
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,13 @@ We officially support the following Ruby versions::
1717
2.2.5
1818
2.3.1
1919

20+
Newer versions should work as well.
21+
2022

2123
Functionality
2224
=============
2325

24-
Version 3.0 is a major upgrade and backwards incompatible with earlier
25-
versions.
26-
27-
To encourage the use of our SDK, which takes care of proper channel
28-
registration, support for device token registration has been removed.
29-
Support for v1 endpoints will also be removed and transitioned to their
30-
v3 equivalents where possible.
31-
32-
A more detailed list of changes can be found in the CHANGELOG.
26+
Version 4.0 is a major upgrade, as some features have been removed that were present in earlier versions. A more detailed list of changes can be found in the CHANGELOG.
3327

3428

3529
Installation

lib/urbanairship/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Urbanairship
2-
VERSION = '3.2.4'
2+
VERSION = '4.0.0'
33
end

0 commit comments

Comments
 (0)