Skip to content

Commit

Permalink
Updated changelog and bump version for upcoming v0.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredrik Skarhed committed Nov 24, 2022
1 parent d60c089 commit 2654c5d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ Change Log

All relevant, user visible, changes are documented in this file.

[v0.9][] - 2022-11-24
---------------------

### Fixes
- Fix memory leak in join handler
- Fix issue with elements not being removed correctly with TIALQ

[v0.8][] - 2022-11-21
---------------------

Expand Down
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Rough Plan for querierd
=======================

Planned for v0.9
Planned for v0.10
----------------

- Look for better IP than 169 for each interface
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ(2.61)
AC_INIT([querierd], [0.8], [https://github.com/troglobit/querierd/issues],,
AC_INIT([querierd], [0.9], [https://github.com/troglobit/querierd/issues],,
[https://troglobit.com/projects/querierd/])
AC_CONFIG_AUX_DIR(aux)
AM_INIT_AUTOMAKE([1.11 foreign])
Expand Down

0 comments on commit 2654c5d

Please sign in to comment.