Skip to content

Commit

Permalink
Update documentation to prepare for release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tdahar committed Dec 4, 2023
1 parent f2f69cf commit f2484a7
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
title: Authors

Primary Authors
===============

* __[Mikel Cortes](https://github.com/cortze)__

@cortze is the researcher that started this project and had the idea to build a consensus layer data analyzer.
He started the code, built the basis and release a simple version of what today we call GotEth.
At the moment, he builds small features, participates in new features' design and reviews all the pull requests in the project.

* __[Tarun Mohandas](https://github.com/tdahar)__

@tdahar is the engineer that currently maintains the repository.
He deploys the new features, tests for bugs and runs the tool for internal analysis.
He has improved the tool from the simple first releases to the new GotEth.


Other Contributors
==================

The list of individuals below have provided patches, testing cases or small features to the tool. See the
GitHub commit log for a list of recent contributors. We would like to thank
everyone who has contributed to the project in any way.

* Patrick Ocheja
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Mikel
Copyright (c) 2023 MigaLabs

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

var (
Version = "v2.0.0"
Version = "v2.2.0"
CliName = "GotEth"
log = logrus.WithField(
"cli", "CliName",
Expand Down

0 comments on commit f2484a7

Please sign in to comment.