Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 200f5ec

Browse files
committed
Prepare next version
1 parent 1409aa2 commit 200f5ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
<properties>
6868
<!-- version -->
69-
<revision>2.1.0</revision>
69+
<revision>2.1.1</revision>
7070
<changelist>-SNAPSHOT</changelist>
7171
<sha1/>
7272
<!-- java and maven -->

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ An [SLF4J][] Logger implementation for [AWS Lambda][lambda].
1212
Yet another SLF4J Simple, isn't it?
1313

1414
No, it isn't. This implementation supports MDC to print out **AWS request ID** in start of every
15-
logging record. This implementation does not currently support Markers.
15+
logging record. This implementation supports Markers too.
1616

1717
The sample code, see the folder **[example](example)** :
1818

@@ -104,7 +104,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
104104
See the License for the specific language governing permissions and
105105
limitations under the License.
106106

107-
[Apache License v2.0](LICENSE)
107+
[Apache License v2.0](LICENSE)
108108
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg?style=flat)](http://www.apache.org/licenses/LICENSE-2.0.html)
109109

110110
[SLF4J]: https://www.slf4j.org/

0 commit comments

Comments
 (0)