Skip to content

Commit

Permalink
Prep for 1.05 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnavy committed Nov 19, 2018
1 parent 2efee24 commit cd9ddaa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Revision history for RT-Extension-REST2

1.05 2018-11-19
- Add support to manage memberships for users and groups
- Add support to enable/disable users and groups

1.04 2018-07-06
- Fix bug that caused custom fields to be updated after create

Expand Down
2 changes: 1 addition & 1 deletion META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ requires:
perl: 5.10.1
resources:
license: http://opensource.org/licenses/gpl-license.php
version: '1.04'
version: '1.05'
x_module_install_rtx_version: '0.40'
x_requires_rt: 4.2.4
2 changes: 1 addition & 1 deletion lib/RT/Extension/REST2.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use 5.010001;

package RT::Extension::REST2;

our $VERSION = '1.04';
our $VERSION = '1.05';
our $REST_PATH = '/REST/2.0';

use Plack::Builder;
Expand Down

0 comments on commit cd9ddaa

Please sign in to comment.