Skip to content

Commit d6b9811

Browse files
authored
version bump 1.3.0 (#124)
1 parent 8666582 commit d6b9811

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
* Version 1.3.0
2+
* Redis 6.x ACL support
3+
* TLS support
4+
* Docker related fixes/cleanups
5+
* Numerous other smaller fixes
6+
17
* Version 1.2.17
28
* fix parallel key-pattern command line usage
39
* fix and clean up build on macOS

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU General Public License
1616
dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
1717

1818
AC_PREREQ(2.59)
19-
AC_INIT(memtier_benchmark,1.2.17,[email protected])
19+
AC_INIT(memtier_benchmark,1.3.0,[email protected])
2020
AC_CONFIG_SRCDIR([memtier_benchmark.cpp])
2121
AC_CONFIG_HEADER([config.h])
2222
AM_INIT_AUTOMAKE

0 commit comments

Comments
 (0)