Skip to content

Commit

Permalink
bump version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gkdr committed Feb 14, 2022
1 parent cc8bf3a commit e43cc6b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [UNRELEASED]
## [0.8.0] - 2022-02-14
### Added
- It is now possible to add a key with a `prekey` attribute. ([#28](https://github.com/gkdr/libomemo/issues/28))
- A function to check via the attribute whether a received key is a prekey.
- Mention in the README the exact version implemented. ([#26](https://github.com/gkdr/libomemo/issues/26))

## Removed
### Removed
- It is not any longer possible to set the used XML namespace at build time. ([#21](https://github.com/gkdr/libomemo/issues/21))

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ MKDIR_P = mkdir -p

ARCH = $(shell $(CC) -print-multiarch)
VER_MAJ = 0
VERSION = 0.7.1
VERSION = 0.8.0

PKG_CONFIG ?= pkg-config
GLIB_CFLAGS ?= $(shell $(PKG_CONFIG) --cflags glib-2.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# libomemo 0.7.1
# libomemo 0.8.0
Implements [OMEMO](https://conversations.im/omemo/) ([XEP-0384 v0.3.0](https://xmpp.org/extensions/attic/xep-0384-0.3.0.html)) in C.

Input and output are XML strings, so it does not force you to use a certain XML lib.
Expand Down
2 changes: 1 addition & 1 deletion src/libomemo.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* LIBOMEMO 0.7.1
* LIBOMEMO 0.8.0
*/


Expand Down

0 comments on commit e43cc6b

Please sign in to comment.