From 1a79bb586c1deeaba4062fae0913615a5cf7c772 Mon Sep 17 00:00:00 2001 From: joan Date: Thu, 16 Mar 2023 09:07:59 +0100 Subject: [PATCH] Added version 2312.01 --- CHANGELOG.md | 14 +++++++++++--- db/changes/231201/.gitkeep | 0 package.json | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 db/changes/231201/.gitkeep diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dadbafcf6..dde790aaa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,14 +5,22 @@ 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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2312.01] - 2023-04-06 + +### Added +- + +### Changed +- + +### Fixed +- + ## [2310.01] - 2023-03-23 ### Added - (Trabajadores -> Control de horario) Ahora se puede confirmar/no confirmar el registro horario de cada semana desde esta sección -### Changed -- - ### Fixed - (Clientes -> Listado extendido) Resuelto error al filtrar por clientes inactivos desde la columna "Activo" - (General) Al pasar el ratón por encima del icono de "Borrar" en un campo, se hacía más grande afectando a la interfaz diff --git a/db/changes/231201/.gitkeep b/db/changes/231201/.gitkeep new file mode 100644 index 0000000000..e69de29bb2 diff --git a/package.json b/package.json index 10777d680f..3d0fc4aedf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "salix-back", - "version": "23.10.01", + "version": "23.12.01", "author": "Verdnatura Levante SL", "description": "Salix backend", "license": "GPL-3.0",