~jan0sch/smederee

Showing details for patch 2c60ebe5fa7ca9f6f798a8e801e4c5d4bd1b92cf.
2024-07-09 (Tue), 8:05 AM - Jens Grassel - 2c60ebe5fa7ca9f6f798a8e801e4c5d4bd1b92cf

Prepare RELEASE v0.13.1

Summary of changes
2 files modified with 9 lines added and 1 lines removed
  • CHANGELOG.md with 8 added and 0 removed lines
  • build.sbt with 1 added and 1 removed lines
diff -rN -u old-smederee/build.sbt new-smederee/build.sbt
--- old-smederee/build.sbt	2025-01-11 08:52:08.748639556 +0000
+++ new-smederee/build.sbt	2025-01-11 08:52:08.748639556 +0000
@@ -13,7 +13,7 @@
         scalaVersion     := "3.3.3",
         organization     := "de.smederee",
         organizationName := "Contributors as noted in the AUTHORS.md file",
-        version          := "0.14.0-SNAPSHOT",
+        version          := "0.13.1",
         scalacOptions ++= Seq(
             "-deprecation",
             "-explain",
diff -rN -u old-smederee/CHANGELOG.md new-smederee/CHANGELOG.md
--- old-smederee/CHANGELOG.md	2025-01-11 08:52:08.748639556 +0000
+++ new-smederee/CHANGELOG.md	2025-01-11 08:52:08.748639556 +0000
@@ -20,6 +20,14 @@
     - `Fixed` for any bug fixes.
     - `Security` to invite users to upgrade in case of vulnerabilities.
 
+v0.13.1 (2024-07-09)
+====================
+
+Added
+-----
+
+- allow adding and removing regular members to and from an organisation
+
 v0.13.0 (2024-06-29)
 ====================