Showing 2 changed files with 4 additions and 1 deletions
+3
CHANGES
... ...
@@ -1,3 +1,6 @@
1
+2.2 (4 June 2016)
2
+  - add command line merging interface to pull request page
3
+  - add createing patch feture to pull request page
1 4
 2.1 (31 May 2016)
2 5
   - default login session time become 2 weeks and delete save check box.
3 6
   - Fix commits page author links.
+1 -1
lib/Gitprep.pm
... ...
@@ -17,7 +17,7 @@ use Time::Moment;
17 17
   eval {require Digest::SHA; import Digest::SHA qw(sha1 sha1_hex)};
18 18
 }
19 19
 
20
-our $VERSION = 'v2.1';
20
+our $VERSION = 'v2.2';
21 21
 
22 22
 has 'dbi';
23 23
 has 'git';