Skip to content

Commit

Permalink
Merge branch 'master' of ../ruby-library-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jkvoorhis committed Jan 4, 2016
2 parents 26a17a5 + cf3bdb8 commit 2d7e5b2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
--------------------
3.2.1
--------------------
- Bug fix: allow audience tag selector to specify tag group if desired


--------------------
3.2.0
--------------------
Expand Down
6 changes: 6 additions & 0 deletions docs/push.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ Select a single tag:
push.audience = UA.tag(tag)
Select a single tag with a specified tag group (Note: defaults to ``device`` tag group when one is not provided):

.. code-block:: ruby
push.audience = UA.tag(tag, group:'tag-group')
Select a single alias:

.. code-block:: ruby
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.0'
VERSION = '3.2.1'
end

0 comments on commit 2d7e5b2

Please sign in to comment.