diff --git a/CHANGELOG.md b/CHANGELOG.md index 44ca051..c5dbd47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ Change Log ========== +Version 2.1.0 *(2024-07-12)* +---------------------------- +* Add API for passing a ComposeRule + Version 2.0.0 *(2023-05-30)* ---------------------------- diff --git a/LICENSE.txt b/LICENSE.txt index e189089..49a48ef 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2020 Wealthfront, Inc. + Copyright 2024 Wealthfront, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index d825d3a..f6e9488 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Simple Android library to capture screenshots deterministically Add this dependency in your build.gradle: ```groovy -implementation 'com.wealthfront:screencaptor:2.0.0' +implementation 'com.wealthfront:screencaptor:2.1.0' ``` ## How do I capture a screenshot? @@ -78,7 +78,7 @@ This helps us address a class of bugs before our app rolls out to production :) ## License ``` -Copyright 2023 Wealthfront, Inc. +Copyright 2024 Wealthfront, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.