소스 검색

Bump version to 0.2.2

Tulir Asokan 2 년 전
부모
커밋
9fd80e1fcd
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      CHANGELOG.md
  2. 1 1
      mautrix_instagram/__init__.py

+ 1 - 1
CHANGELOG.md

@@ -1,4 +1,4 @@
-# v0.2.2 (unreleased)
+# v0.2.2 (2022-11-01)
 
 * Added option to send captions in the same message using [MSC2530].
 * Updated app version identifiers to bridge some new message types.

+ 1 - 1
mautrix_instagram/__init__.py

@@ -1,2 +1,2 @@
-__version__ = "0.2.1"
+__version__ = "0.2.2"
 __author__ = "Tulir Asokan <tulir@maunium.net>"