From 13d023c3f012be1a1af045dbc3e132d2fad6e5d8 Mon Sep 17 00:00:00 2001 From: Friedrich von Never Date: Wed, 15 Jan 2025 22:13:43 +0100 Subject: [PATCH] Release: prepare v4.0.0 --- CHANGELOG.md | 10 ++++++++-- Emulsion/Emulsion.fsproj | 2 +- LICENSE.md | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a700872..33c315fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,9 +12,13 @@ Versioning v2.0.0](https://semver.org/spec/v2.0.0.html). When considering the public API, we take into account the tool configuration and external requirements of the framework-dependent binary. Meaning that basically, breaking changes in configuration files, command-line syntax, or in the runtime requirements should be causing a major version increment. -## [Unreleased] (4.0.0) +## [4.0.0] - 2025-01-15 ### Changed - **(Requirement update!)** Update to .NET 9. +- Update all the used libraries. + +### Fixed +- [#322: Broken Unicode message destroys the XMPP connection](https://github.com/codingteam/emulsion/issues/322). ## [3.0.0] - 2024-06-23 ### Changed @@ -215,4 +219,6 @@ runtime 2.2. [2.4.2]: https://github.com/codingteam/emulsion/compare/v2.4.1...v2.4.2 [2.4.3]: https://github.com/codingteam/emulsion/compare/v2.4.2...v2.4.3 [2.4.4]: https://github.com/codingteam/emulsion/compare/v2.4.3...v2.4.4 -[Unreleased]: https://github.com/codingteam/emulsion/compare/v2.4.4...HEAD +[3.0.0]: https://github.com/codingteam/emulsion/compare/v2.4.4...v3.0.0 +[4.0.0]: https://github.com/codingteam/emulsion/compare/v3.0.0...v4.0.0 +[Unreleased]: https://github.com/codingteam/emulsion/compare/v4.0.0...HEAD diff --git a/Emulsion/Emulsion.fsproj b/Emulsion/Emulsion.fsproj index 3d0423cf..6de00575 100644 --- a/Emulsion/Emulsion.fsproj +++ b/Emulsion/Emulsion.fsproj @@ -8,7 +8,7 @@ SPDX-License-Identifier: MIT Exe net9.0 - 3.0.0 + 4.0.0 Major diff --git a/LICENSE.md b/LICENSE.md index 8c2c31ee..9be6c024 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ The MIT License =============== -Copyright (C) 2024 emulsion contributors +Copyright (C) 2025 Emulsion contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in