Skip to content

Commit 676c9c0

Browse files
committed
Bumped version and set release date.
1 parent e83620b commit 676c9c0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2.1.2-stable (2013-08-02)
2+
* Fixed: Issue #53. A regression in RecurrenceIterator.
3+
14
2.1.1-stable (2013-07-27)
25
* Fixed: Issue #50. RecurrenceIterator gives incorrect result when
36
exception events are out of order in the iCalendar file.

lib/Sabre/VObject/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Version {
1414
/**
1515
* Full version number
1616
*/
17-
const VERSION = '2.1.1';
17+
const VERSION = '2.1.2';
1818

1919
/**
2020
* Stability : alpha, beta, stable

0 commit comments

Comments
 (0)