Skip to content

Commit 44d5e4f

Browse files
bors[bot]alallema
andauthored
Merge #410
410: Update version for the next release (v0.23.0) r=alallema a=alallema This version makes this package compatible with Meilisearch v0.30.0 🎉 Check out the changelog of [Meilisearch vv1.0.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.0.0) for more information on the changes(#405). ## ⚠️ Breaking changes * KeyParsed struct has been changed; this structure is used to manage the time format when creating a key, however, all the `Key` fields were available in the structure, while only those used to create a key should be available in it. - `createdAt` has been removed - `updatedAt` has been removed Thanks again to `@Thearas,` `@alallema,` `@bidoubiwa!` 🎉 Co-authored-by: alallema <amelie@meilisearch.com> Co-authored-by: Amélie <alallema@users.noreply.github.com>
2 parents bcc92dc + b406428 commit 44d5e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package meilisearch
22

33
import "fmt"
44

5-
const VERSION = "0.22.0"
5+
const VERSION = "0.23.0"
66

77
func GetQualifiedVersion() (qualifiedVersion string) {
88
return getQualifiedVersion(VERSION)

0 commit comments

Comments
 (0)