Unverified Commit 9cc890da authored by Marius Göcke's avatar Marius Göcke
Browse files

added changelog

parent 2a39e4a3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4,3 +4,4 @@ v1.3.3;3169
v1.3.4;3300
v1.4.0;3427
v1.5.0;3423
v1.5.1;3434
 No newline at end of file
+5 −0
Original line number Diff line number Diff line
# Release notes

## Changes

- Updated dependencies.
+2 −1
Original line number Diff line number Diff line
@@ -13,3 +13,4 @@ Version;SupportBegin;SupportEnd
1.4.0;2025-11-10T00:00:00;2027-02-09T00:00:00
1.4.1;2025-11-10T00:00:00;2027-02-09T00:00:00
1.5.0;2025-11-10T00:00:00;2027-02-09T00:00:00
1.5.1;2025-11-25T00:00:00;2027-02-24T00:00:00
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ services:
  simpleocr:
    container_name: simpleocr
    env_file: Variables.env
    image: simpleocr:1.5.0
    image: simpleocr:1.5.1
    ports:
    - 443:443
    volumes:
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
    codeunitspecificationversion="2.9.4"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://projects.aniondev.de/PublicProjects/Common/ProjectTemplates/-/raw/v2.9.4/Conventions/RepositoryStructure/CommonProjectStructure/codeunit.xsd" enabled="true">
    <cps:name>SimpleOCR</cps:name>
    <cps:version>1.5.0</cps:version>
    <cps:version>1.5.1</cps:version>
    <cps:codeunitownername>Marius Göcke</cps:codeunitownername>
    <cps:codeunitowneremailaddress>marius.goecke@gmail.com</cps:codeunitowneremailaddress>
    <cps:properties codeunithastestablesourcecode="false" codeunithasupdatabledependencies="false"
Loading