Skip to content

Commit

Permalink
Themis 0.13.1 (#697)
Browse files Browse the repository at this point in the history
* Bump selected versions to 0.13.1
* Cut Themis 0.13.1 in changelog
  • Loading branch information
ilammy committed Aug 13, 2020
1 parent 805fba7 commit 4cf9a8d
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

Changes that are currently in development and have not been released yet.

## [0.13.1](https://github.com/cossacklabs/themis/releases/tag/0.13.1), August 13th 2020

**TL;DR:**

- AndroidThemis is now available on JCenter
- ObjCThemis and SwiftThemis get latest OpenSSL update
- Minor security fixes in GoThemis, JsThemis, WasmThemis

_Code:_

- **Core**
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
org.gradle.configureondemand=true

# Versions of AndroidThemis and JavaThemis packages.
androidThemisVersion=0.13.0
javaThemisVersion=0.13.0
androidThemisVersion=0.13.1
javaThemisVersion=0.13.1

# Android Studio insists that this is set to use JUnit test runner.
android.useAndroidX=true
2 changes: 1 addition & 1 deletion src/wrappers/themis/jsthemis/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/wrappers/themis/jsthemis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsthemis",
"version": "0.13.0",
"version": "0.13.1",
"description": "Themis is a convenient cryptographic library for data protection.",
"main": "build/Release/jsthemis.node",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/wrappers/themis/wasm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/wrappers/themis/wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wasm-themis",
"version": "0.13.0",
"version": "0.13.1",
"description": "Themis is a convenient cryptographic library for data protection.",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion themis.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "themis"
s.version = "0.13.0"
s.version = "0.13.1"
s.summary = "Data security library for network communication and data storage for iOS and mac OS"
s.description = "Themis is a convenient cryptographic library for data protection. It provides secure messaging with forward secrecy and secure data storage. Themis is aimed at modern development practices and has a unified API across 12 platforms, including iOS/macOS, Ruby, JavaScript, Python, and Java/Android."
s.homepage = "https://cossacklabs.com"
Expand Down

0 comments on commit 4cf9a8d

Please sign in to comment.