Skip to content

Commit d0b8d00

Browse files
committed
Bump version and update changelog
1 parent 971fc7b commit d0b8d00

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

SourceHgWeb/SourceHgWeb.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
class SourceHgWebPlugin extends MantisSourcePlugin {
2121

22-
const PLUGIN_VERSION = '2.1.1';
22+
const PLUGIN_VERSION = '2.1.2';
2323
const FRAMEWORK_VERSION_REQUIRED = '2.0.0';
2424

2525
/**

docs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ specification.
1010

1111
## [Unreleased 2.x]
1212

13+
### Fixed
14+
15+
- HgWeb: prevent lockup and display warning when importing empty repository
16+
[#269](https://github.com/mantisbt-plugins/source-integration/pull/269)
17+
18+
1319
--------------------------------------------------------------------------------
1420

1521
# Releases for MantisBT 2.x

0 commit comments

Comments
 (0)