diff --git a/CHANGELOG.md b/CHANGELOG.md index fe9ac7a9..da013f83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,21 @@ All notable changes to this project will be documented in this file. -## [4.3.0](https://github.com/voxpupuli/modulesync/tree/4.3.0) (2026-07-09) +## [4.4.0](https://github.com/voxpupuli/modulesync/tree/4.4.0) (2026-07-09) -[Full Changelog](https://github.com/voxpupuli/modulesync/compare/4.2.0...4.3.0) +[Full Changelog](https://github.com/voxpupuli/modulesync/compare/v4.3.0...4.4.0) + +**Implemented enhancements:** + +- feat: add best practices on how to version a gem [\#351](https://github.com/voxpupuli/modulesync/pull/351) ([rwaffen](https://github.com/rwaffen)) + +**Fixed bugs:** + +- fix: add guess\_endpoint\_from for github, similar to gitlab [\#350](https://github.com/voxpupuli/modulesync/pull/350) ([rwaffen](https://github.com/rwaffen)) + +## [v4.3.0](https://github.com/voxpupuli/modulesync/tree/v4.3.0) (2026-07-09) + +[Full Changelog](https://github.com/voxpupuli/modulesync/compare/4.2.0...v4.3.0) **Implemented enhancements:** diff --git a/lib/modulesync/version.rb b/lib/modulesync/version.rb index 583eedf0..a2345261 100644 --- a/lib/modulesync/version.rb +++ b/lib/modulesync/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ModuleSync - VERSION = '4.3.0' + VERSION = '4.4.0' end