Skip to content

Commit

Permalink
Update version and changelog for 5.0.1 (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
dolanbernard authored Oct 2, 2023
1 parent 88efb46 commit 039b1da
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 14 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 @@ 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).

## [5.0.1] - 2023-10-02

### Changed
- Order `FogSeed`s by `ingestInvocationId`

### Upgrading
No code changes are *required* to upgrade from 5.0.0 to 5.0.1

## [5.0.0] - 2023-05-25

### Changed
Expand Down
2 changes: 1 addition & 1 deletion android-sdk/publish.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: 'maven-publish'

version '5.0.1-pre0'
version '5.0.1'
group 'com.mobilecoin'

Properties properties = new Properties()
Expand Down
21 changes: 8 additions & 13 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
# Project-wide Gradle settings.
# IDE (e.g. Android Studio) users:
# Gradle settings configured through the IDE *will override*
# any settings specified in this file.
# For more details on how to configure your build environment visit
## For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html
#
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xmx1536m
# Default value: -Xmx1024m -XX:MaxPermSize=256m
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
#
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
# AndroidX package structure to make it clearer which packages are bundled with the
# Android operating system, and which are packaged with your app's APK
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
#Mon Oct 02 10:21:45 PDT 2023
android.enableJetifier=true

android.useAndroidX=true
org.gradle.daemon=true
org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx2048M"
org.gradle.parallel=true

0 comments on commit 039b1da

Please sign in to comment.