Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tamizhvendan committed Nov 21, 2023
1 parent b5b7d28 commit afcb969
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
* 0.1.0-alpha41 -- 2022-08-06
- Upgrade to HoneySQL v2
- Bump other dependencies to latest version
* 1.0.1 -- 2023-11-21
- Adding type hints for metadata generation. Credits [
Dekel Pilli](https://github.com/tamizhvendan/honeyeql/pull/10)
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.tamizhvendan</groupId>
<artifactId>honeyeql</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>

<name>Honey EQL</name>
<description>HoneyEQL enables you to query database using the EQL.</description>
Expand All @@ -21,7 +21,7 @@
<url>https://github.com/tamizhvendan/honeyeql</url>
<connection>scm:git:git://github.com/tamizhvendan/honeyeql.git</connection>
<developerConnection>scm:git:ssh://[email protected]/tamizhvendan/honeyeql.git</developerConnection>
<tag>1.0.0</tag>
<tag>1.0.1</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit afcb969

Please sign in to comment.