Skip to content

Commit 66fb1e5

Browse files
authored
Add changelog for version 1.2.8 (#527)
1 parent 1c4b3a5 commit 66fb1e5

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@ 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.8]
8+
9+
### Changed
10+
* Set Composer DDEV executor as the standard by @AkibaAT in https://github.com/ddev/ddev-intellij-plugin/pull/526
11+
12+
### Fixed
13+
* Fix Sentry release failing due to shallow clone by @AkibaAT in https://github.com/ddev/ddev-intellij-plugin/pull/485
14+
* Add DB port check before updating connection URL by @AkibaAT in https://github.com/ddev/ddev-intellij-plugin/pull/516
15+
* Move WSL command line patching into runProcess by @AkibaAT in https://github.com/ddev/ddev-intellij-plugin/pull/524
16+
17+
### Dependency Updates
18+
* Bump actions/setup-java from 4 to 5 by @dependabot in https://github.com/ddev/ddev-intellij-plugin/pull/486
19+
* Bump actions/upload-artifact from 4 to 6 by @dependabot in https://github.com/ddev/ddev-intellij-plugin/pull/519
20+
* Bump actions/checkout from 5 to 6 by @dependabot in https://github.com/ddev/ddev-intellij-plugin/pull/517
21+
* Bump actions/cache from 4 to 5 by @dependabot in https://github.com/ddev/ddev-intellij-plugin/pull/520
22+
* Bump gradle/actions from 4 to 5 by @dependabot in https://github.com/ddev/ddev-intellij-plugin/pull/503
23+
* Bump gradle-wrapper from 8.13 to 9.3.0 by @dependabot in https://github.com/ddev/ddev-intellij-plugin/pull/525
24+
* Bump org.sonarqube from 6.2.0.5505 to 7.0.1.6134 by @dependabot in https://github.com/ddev/ddev-intellij-plugin/pull/510
25+
* Bump junitVersion from 5.13.4 to 6.0.1 by @dependabot in https://github.com/ddev/ddev-intellij-plugin/pull/514
26+
* Configure Dependabot for major and security updates only by @Copilot in https://github.com/ddev/ddev-intellij-plugin/pull/511
27+
28+
Full Changelog: https://github.com/ddev/ddev-intellij-plugin/compare/1.2.7...1.2.8
29+
730
## [1.2.7]
831

932
### Changed

0 commit comments

Comments
 (0)