Skip to content

Commit

Permalink
Merge pull request #48 from urbanairship/pre-release-bits
Browse files Browse the repository at this point in the history
Update version, changelog, readme before release
  • Loading branch information
pdxmele authored Dec 8, 2017
2 parents f43d6a5 + 9d75237 commit a760ac9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
--------------------
4.0.0
--------------------
- Added support for in-app messages
- Added support for iOS priority
- Added config class, allowing you to define log level and log location
- Added templates for Github pull requests and issues, contribution information
- Fixed ability to create a new scheduled push from an existing scheduled push URL
- Various docs and tests fixes
- Removed support for Blackberry and MPNS platforms
- Removed support for per-push reports


--------------------
3.2.4
--------------------
Expand Down
12 changes: 3 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,13 @@ We officially support the following Ruby versions::
2.2.5
2.3.1

Newer versions should work as well.


Functionality
=============

Version 3.0 is a major upgrade and backwards incompatible with earlier
versions.

To encourage the use of our SDK, which takes care of proper channel
registration, support for device token registration has been removed.
Support for v1 endpoints will also be removed and transitioned to their
v3 equivalents where possible.

A more detailed list of changes can be found in the CHANGELOG.
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.


Installation
Expand Down
2 changes: 1 addition & 1 deletion lib/urbanairship/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Urbanairship
VERSION = '3.2.4'
VERSION = '4.0.0'
end

0 comments on commit a760ac9

Please sign in to comment.