Skip to content

Commit 9d6efa1

Browse files
committed
Add changelog for version 1.2.2
1 parent d69bda9 commit 9d6efa1

File tree

1 file changed

+50
-7
lines changed

1 file changed

+50
-7
lines changed

CHANGELOG.md

Lines changed: 50 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,42 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

7+
## [1.2.2]
8+
9+
### Known issues
10+
11+
- Errors like `There is no ProgressIndicator or Job in this thread, the current job is not cancellable.` will appear in
12+
the error log
13+
- Plugin verifier task fails due to insufficient disk space on the GitHub runner
14+
15+
### Changed
16+
17+
- Update version support 241 by @Aneida in https://github.com/php-perfect/ddev-intellij-plugin/pull/308
18+
19+
### Dependency Updates
20+
21+
- Bump org.jetbrains.intellij from 1.17.0 to 1.17.3 by @dependabot
22+
in https://github.com/php-perfect/ddev-intellij-plugin/pull/306
23+
- Bump org.assertj:assertj-core from 3.25.2 to 3.25.3 by @dependabot
24+
in https://github.com/php-perfect/ddev-intellij-plugin/pull/292
25+
- Bump gradle/wrapper-validation-action from 1.1.0 to 2.1.2 by @dependabot
26+
in https://github.com/php-perfect/ddev-intellij-plugin/pull/305
27+
- Bump softprops/action-gh-release from 1 to 2 by @dependabot
28+
in https://github.com/php-perfect/ddev-intellij-plugin/pull/302
29+
- Bump org.junit.platform:junit-platform-launcher from 1.10.1 to 1.10.2 by @dependabot
30+
in https://github.com/php-perfect/ddev-intellij-plugin/pull/290
31+
- Bump junitVersion from 5.10.1 to 5.10.2 by @dependabot in https://github.com/php-perfect/ddev-intellij-plugin/pull/291
32+
- Bump io.sentry:sentry from 7.3.0 to 7.7.0 by @dependabot
33+
in https://github.com/php-perfect/ddev-intellij-plugin/pull/309
34+
- Bump io.sentry:sentry from 7.7.0 to 7.8.0 by @dependabot
35+
in https://github.com/php-perfect/ddev-intellij-plugin/pull/310
36+
37+
### New Contributors
38+
39+
- @Aneida made their first contribution in https://github.com/php-perfect/ddev-intellij-plugin/pull/308
40+
41+
**Full Changelog**: https://github.com/php-perfect/ddev-intellij-plugin/compare/1.2.1...1.2.2
42+
743
## [1.2.1]
844

945
### Changed
@@ -17,14 +53,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1753

1854
### Dependency Updates
1955

20-
- Bump org.jetbrains.intellij from 1.16.1 to 1.17.0 by @dependabot in https://github.com/php-perfect/ddev-intellij-plugin/pull/279
56+
- Bump org.jetbrains.intellij from 1.16.1 to 1.17.0 by @dependabot
57+
in https://github.com/php-perfect/ddev-intellij-plugin/pull/279
2158
- Bump actions/cache from 3 to 4 by @dependabot in https://github.com/php-perfect/ddev-intellij-plugin/pull/280
22-
- Bump org.assertj:assertj-core from 3.25.1 to 3.25.2 by @dependabot in https://github.com/php-perfect/ddev-intellij-plugin/pull/282
23-
- Bump gradle/gradle-build-action from 2 to 3 by @dependabot in https://github.com/php-perfect/ddev-intellij-plugin/pull/285
24-
- Bump peter-evans/create-or-update-project-card from 2 to 3 by @dependabot in https://github.com/php-perfect/ddev-intellij-plugin/pull/286
25-
- Bump org.mockito:mockito-core from 5.8.0 to 5.10.0 by @dependabot in https://github.com/php-perfect/ddev-intellij-plugin/pull/281
26-
- Bump io.sentry:sentry from 7.1.0 to 7.3.0 by @dependabot in https://github.com/php-perfect/ddev-intellij-plugin/pull/287
27-
- Bump the github_actions group across 1 directories with 1 update by @dependabot in https://github.com/php-perfect/ddev-intellij-plugin/pull/289
59+
- Bump org.assertj:assertj-core from 3.25.1 to 3.25.2 by @dependabot
60+
in https://github.com/php-perfect/ddev-intellij-plugin/pull/282
61+
- Bump gradle/gradle-build-action from 2 to 3 by @dependabot
62+
in https://github.com/php-perfect/ddev-intellij-plugin/pull/285
63+
- Bump peter-evans/create-or-update-project-card from 2 to 3 by @dependabot
64+
in https://github.com/php-perfect/ddev-intellij-plugin/pull/286
65+
- Bump org.mockito:mockito-core from 5.8.0 to 5.10.0 by @dependabot
66+
in https://github.com/php-perfect/ddev-intellij-plugin/pull/281
67+
- Bump io.sentry:sentry from 7.1.0 to 7.3.0 by @dependabot
68+
in https://github.com/php-perfect/ddev-intellij-plugin/pull/287
69+
- Bump the github_actions group across 1 directories with 1 update by @dependabot
70+
in https://github.com/php-perfect/ddev-intellij-plugin/pull/289
2871

2972
**Full Changelog**: https://github.com/php-perfect/ddev-intellij-plugin/compare/1.2.0...1.2.1
3073

0 commit comments

Comments
 (0)