Skip to content

Commit

Permalink
Prepare 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Nov 30, 2021
1 parent f8c1acc commit 2d92231
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
ChangeLog
=========

4.2.1 (2021-11-30)
-------------------------
* #1371: Fix phpdoc return type of findByUri in BackendInterface (@come-nc)

4.2.0 (2021-11-17)
-------------------------
* #1317: Add primary key to schedulingobjects table in pgsql.calendars.sql example (@perguth)
Expand Down
2 changes: 1 addition & 1 deletion lib/DAV/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ class Version
/**
* Full version number.
*/
public const VERSION = '4.2.0';
public const VERSION = '4.2.1';
}

0 comments on commit 2d92231

Please sign in to comment.