Skip to content

Commit

Permalink
Merge #410
Browse files Browse the repository at this point in the history
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 <[email protected]>
Co-authored-by: Amélie <[email protected]>
  • Loading branch information
3 people authored Feb 6, 2023
2 parents bcc92dc + b406428 commit 44d5e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package meilisearch

import "fmt"

const VERSION = "0.22.0"
const VERSION = "0.23.0"

func GetQualifiedVersion() (qualifiedVersion string) {
return getQualifiedVersion(VERSION)
Expand Down

0 comments on commit 44d5e4f

Please sign in to comment.