summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2024-04-07 10:57:17 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2024-04-07 13:09:29 +0200
commit4f2e66ae5b08d612a1045893d6c500560a8ed0f6 (patch)
treedf49501f4105da860b63fe8a2bc1e58d1c5beaa4 /CHANGELOG.md
parent3a748b9aa723939e28e0cbf96e53d0c001a5effe (diff)
downloadgohugo-theme-ed-4f2e66ae5b08d612a1045893d6c500560a8ed0f6.tar.gz
Update change log
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 46d904d..015c21d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,11 +2,26 @@
All notable changes to this project will be documented in this file.
-The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased](https://github.com/sergeyklay/gohugo-theme-ed/compare/v0.6.0...HEAD)
+### Added
+
+- Added support of E2E tests on CI/CD stage using Playwright
+
+### Changed
+
+- Updated dev dependencies to test and build project
+- Updated contributing documentation
+- Used latest LTS Node.js version in CI/CD pipeline
+- Renamed master branch to main
+
+### Security
+
+- Updated security policy by providing new address to report vulnerabilities
+
## [v0.6.0](https://github.com/sergeyklay/gohugo-theme-ed/compare/v0.5.0...v0.6.0)
### Added