Skip to content

Commit

Permalink
updated attendance service version (#1661)
Browse files Browse the repository at this point in the history
  • Loading branch information
kanishq-egov authored Mar 4, 2024
1 parent 2c51c53 commit 0fe3039
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions backend/attendance/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

All notable changes to this module will be documented in this file.

## 1.0.1 - 2024-03-04

- Implemented Offline Enabled Functionality in Attendance Module

## 0.1.0 - 2023-04-17

- Base version
2 changes: 1 addition & 1 deletion backend/attendance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>attendance</artifactId>
<packaging>jar</packaging>
<name>attendance</name>
<version>1.0.0</version>
<version>1.0.1</version>
<properties>
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
Expand Down

0 comments on commit 0fe3039

Please sign in to comment.